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:
Dominic Martinez 2022-06-27 15:16:44 -04:00 committed by Henrik Lissner
parent fd6056bc23
commit 839970c2de

View file

@ -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: composing the first message. To disable ~org-msg-mode~ by default:
#+begin_src emacs-lisp #+begin_src emacs-lisp
;; add to $DOOMDIR/config.el ;; add to $DOOMDIR/config.el
(setq mu4e-compose--org-msg-toggle-next nil) (setq +mu4e-compose-org-msg-toggle-next nil)
#+end_src #+end_src
To toggle org-msg for a single message, just apply the universal argument to the To toggle org-msg for a single message, just apply the universal argument to the