mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(mu4e): fix incorrect variable name in snippet
The variable name for toggling org-msg by default was changed in commit
6118ad5c12
, leading to the provided
snippet not actually disabling org-msg.
This commit is contained in:
committed by
Henrik Lissner
parent
fd6056bc23
commit
839970c2de
@ -248,7 +248,7 @@ With the [[doom-module:][+org]] flag, [[doom-package:][org-msg]] is installed, a
|
||||
composing the first message. To disable ~org-msg-mode~ by default:
|
||||
#+begin_src emacs-lisp
|
||||
;; add to $DOOMDIR/config.el
|
||||
(setq mu4e-compose--org-msg-toggle-next nil)
|
||||
(setq +mu4e-compose-org-msg-toggle-next nil)
|
||||
#+end_src
|
||||
|
||||
To toggle org-msg for a single message, just apply the universal argument to the
|
||||
|
Reference in New Issue
Block a user