feat(settings): Always load notmuch
This commit is contained in:
parent
b5e3f492f4
commit
4fabc36172
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
(require 'uniquify)
|
||||
(require 'notmuch)
|
||||
|
||||
;; Make ivy go!
|
||||
(ivy-mode 1)
|
||||
|
@ -66,4 +67,7 @@
|
|||
(setq epa-pinentry-mode 'loopback)
|
||||
(pinentry-start)
|
||||
|
||||
;; Close mail buffers after sending mail
|
||||
(setq message-kill-buffer-on-exit t)
|
||||
|
||||
(provide 'settings)
|
||||
|
|
Loading…
Reference in a new issue