mu4e-conversation: Enable flyspell-mode

master
Pierre Neidhardt 2018-07-17 11:02:10 +02:00
parent b28a7e4963
commit 5f8d71058b
1 changed files with 5 additions and 0 deletions

View File

@ -302,6 +302,11 @@
;; (set-face-background mu4e-conversation-sender-4 "#888855")
(setq mu4e-conversation-print-function 'mu4e-conversation-print-tree)
;; (setq mu4e-conversation-print-function 'mu4e-conversation-print-linear)
(add-hook 'mu4e-conversation-hook 'flyspell-mode)
;; (add-hook
;; 'mu4e-conversation-before-send-hook
;; (lambda ()
;; (setq mu4e-compose-signature-auto-include nil)))
(add-hook
'mu4e-conversation-after-send-hook
(lambda ()