diff --git a/config.org b/config.org index 9832743..70a6122 100644 --- a/config.org +++ b/config.org @@ -586,8 +586,10 @@ Requires counsel - maybe org-notmuch? - some way to refresh the notmuch db before I run notmuch? #+begin_src emacs-lisp -(use-package notmuch - :ensure t +(unless (string-equal user-login-name "POH") + (use-package notmuch + :ensure t + ) ) #+end_src