Browse Source

Merge branch 'master' of https://git.cloudsphere.duckdns.org/marc/config_emacs

update from work
master
Marc Pohling 6 years ago
parent
commit
0877b33a86
1 changed files with 4 additions and 2 deletions
  1. 6
      config.org

6
config.org

@ -586,8 +586,10 @@ Requires counsel
- maybe org-notmuch? - maybe org-notmuch?
- some way to refresh the notmuch db before I run notmuch? - some way to refresh the notmuch db before I run notmuch?
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package notmuch
:ensure t
(unless (string-equal user-login-name "POH")
(use-package notmuch
:ensure t
)
) )
#+end_src #+end_src

Loading…
Cancel
Save