feat(settings): Always load notmuch

This commit is contained in:
Vincent Ambo 2018-05-18 12:20:34 +02:00
parent b5e3f492f4
commit 4fabc36172

View file

@ -1,4 +1,5 @@
(require 'uniquify) (require 'uniquify)
(require 'notmuch)
;; Make ivy go! ;; Make ivy go!
(ivy-mode 1) (ivy-mode 1)
@ -66,4 +67,7 @@
(setq epa-pinentry-mode 'loopback) (setq epa-pinentry-mode 'loopback)
(pinentry-start) (pinentry-start)
;; Close mail buffers after sending mail
(setq message-kill-buffer-on-exit t)
(provide 'settings) (provide 'settings)