Compare commits
No commits in common. "8e724923bc6ab784f65cde153deeecc4e5988f99" and "aa20aa2365d0d52c666bd3b6840e15cfc98d8bc0" have entirely different histories.
8e724923bc
...
aa20aa2365
1 changed files with 2 additions and 5 deletions
|
@ -1421,7 +1421,7 @@ For easily choosing the next thing to work on I give each of my tasks a context
|
|||
`(,(concat "c" (cdr item))
|
||||
,(concat (substring (car item) 1) " context")
|
||||
tags-todo
|
||||
,(concat (car item) "/!+NEXT|+STARTED|+WAITING"))))
|
||||
,(concat (car item) "/!NEXT"))))
|
||||
#+end_src
|
||||
|
||||
** Quick Capture from everywhere
|
||||
|
@ -2260,16 +2260,13 @@ Not all distributions that I use have a enough up-to-date package of mu/maildir-
|
|||
(let* ((mu4e-site-lisp-path "/share/emacs/site-lisp/mu4e")
|
||||
(mu4e-load-path-usr (concat "/usr" mu4e-site-lisp-path))
|
||||
(mu4e-load-path-usr-local (concat "/usr/local" mu4e-site-lisp-path))
|
||||
(mu4e-load-path-nix (concat (getenv "HOME") "/.nix-profile" mu4e-site-lisp-path))
|
||||
(mu4e-load-path-debian "/usr/share/emacs/site-lisp/elpa"))
|
||||
(mu4e-load-path-nix (concat (getenv "HOME") "/.nix-profile" mu4e-site-lisp-path)))
|
||||
(cond ((file-directory-p mu4e-load-path-nix)
|
||||
mu4e-load-path-nix)
|
||||
((file-directory-p mu4e-load-path-usr-local)
|
||||
mu4e-load-path-usr-local)
|
||||
((file-directory-p mu4e-load-path-usr)
|
||||
mu4e-load-path-usr)
|
||||
((file-directory-p mu4e-load-path-debian)
|
||||
mu4e-load-path-debian)
|
||||
(t (error "mu4e not found!"))))))
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue