config/emacs: kill message buffers
This commit is contained in:
parent
71db3ae767
commit
3cb8bf5e31
1 changed files with 3 additions and 0 deletions
|
@ -1203,6 +1203,9 @@ GNU patch review metho dor sometihng idk
|
||||||
;; for mail accounts
|
;; for mail accounts
|
||||||
(setq sakomacs-mail-accounts (json-read-file "~/Mail/accounts.json"))
|
(setq sakomacs-mail-accounts (json-read-file "~/Mail/accounts.json"))
|
||||||
|
|
||||||
|
;; kill message buffers
|
||||||
|
(setq message-kill-buffer-on-exit t)
|
||||||
|
|
||||||
(setq mu4e-context-policy 'pick-first)
|
(setq mu4e-context-policy 'pick-first)
|
||||||
(setq mu4e-compose-context-policy 'always-ask)
|
(setq mu4e-compose-context-policy 'always-ask)
|
||||||
(setq mu4e-contexts
|
(setq mu4e-contexts
|
||||||
|
|
Loading…
Reference in a new issue