mu4e: doc: update to mu4e-compose-cite-function

We were still using the old name. Fixes #835.
This commit is contained in:
djcb 2016-04-26 20:03:52 +03:00
parent 69780d2e02
commit cef449f1d4
1 changed files with 1 additions and 1 deletions

View File

@ -3213,7 +3213,7 @@ it work with @t{mu4e}:
@lisp
(require 'mu-cite)
(setq mu4e-cite-function 'mu-cite-original)
(setq mu4e-compose-cite-function 'mu-cite-original)
(setq mu-cite-top-format '("On " date ", " from " wrote:\n\n"))
(setq mu-cite-prefix-format '(" > "))
@end lisp