mu4e: fix mixed-up lines in faq example

This commit is contained in:
djcb 2015-05-24 11:32:07 +03:00
parent 976711c16c
commit b6baea3b21
1 changed files with 1 additions and 1 deletions

View File

@ -3452,8 +3452,8 @@ To enable this, you can use something like this in your init.el:
@lisp
;; tip submitted by mu4e user cpbotha
(add-hook 'mu4e-compose-mode-hook
"Outgoing mails get format=flowed."
(defun cpb-compose-setup ()
"Outgoing mails get format=flowed."
(use-hard-newlines t 'guess)))
@end lisp
@end enumerate