Commit 9cabd16d2cc3

Vincent Demeester <vincent@sbr.pm>
2020-04-07 16:09:51
config-mails.el: temporarly disable notmuch
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 368b310
Changed files (1)
tools
emacs
tools/emacs/config/config-mails.el
@@ -56,6 +56,7 @@
     (progn
       (setenv "NOTMUCH_CONFIG" (expand-file-name ".config/notmuch/notmuchrc" (getenv "HOME")))
       (use-package notmuch
+        :disabled
         :defer t
         :bind ("<f6>" . notmuch)
         :config