|
|
|
@ -652,6 +652,12 @@ |
|
|
|
#'(lambda () (setq-local show-trailing-whitespace nil))) |
|
|
|
#'(lambda () (setq-local show-trailing-whitespace nil))) |
|
|
|
(add-hook 'mu4e-view-mode-hook |
|
|
|
(add-hook 'mu4e-view-mode-hook |
|
|
|
#'(lambda () (setq-local show-trailing-whitespace nil))) |
|
|
|
#'(lambda () (setq-local show-trailing-whitespace nil))) |
|
|
|
|
|
|
|
(add-hook 'mu4e-compose-mode-hook |
|
|
|
|
|
|
|
#'(lambda () |
|
|
|
|
|
|
|
(auto-fill-mode -1) |
|
|
|
|
|
|
|
(visual-line-mode) |
|
|
|
|
|
|
|
(flyspell-mode))) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; Get mail |
|
|
|
;; Get mail |
|
|
|
(setq mu4e-get-mail-command "mbsync math-fast" |
|
|
|
(setq mu4e-get-mail-command "mbsync math-fast" |
|
|
|
|