mu4e: fix mixed-up lines in faq example
This commit is contained in:
@ -3452,8 +3452,8 @@ To enable this, you can use something like this in your init.el:
|
|||||||
@lisp
|
@lisp
|
||||||
;; tip submitted by mu4e user cpbotha
|
;; tip submitted by mu4e user cpbotha
|
||||||
(add-hook 'mu4e-compose-mode-hook
|
(add-hook 'mu4e-compose-mode-hook
|
||||||
"Outgoing mails get format=flowed."
|
|
||||||
(defun cpb-compose-setup ()
|
(defun cpb-compose-setup ()
|
||||||
|
"Outgoing mails get format=flowed."
|
||||||
(use-hard-newlines t 'guess)))
|
(use-hard-newlines t 'guess)))
|
||||||
@end lisp
|
@end lisp
|
||||||
@end enumerate
|
@end enumerate
|
||||||
|
|||||||
Reference in New Issue
Block a user