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:
parent
fd6056bc23
commit
839970c2de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue