Browse Source

added exclusion for email, when at work

master
Marc Pohling 6 years ago
parent
commit
269813e83d
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