Add org-msg back to mail setup
This commit is contained in:
parent
2aa01445b0
commit
a5a93adb85
2 changed files with 3 additions and 2 deletions
|
|
@ -541,7 +541,8 @@ Doom adds a hook, making it impossible to disable. This allows us to toggle it
|
||||||
manually.
|
manually.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(remove-hook! mu4e-compose-pre #'org-msg-mode)
|
(after! org-msg
|
||||||
|
(setq +mu4e-compose-org-msg-toggle-next nil))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Message quoting style
|
** Message quoting style
|
||||||
|
|
|
||||||
2
init.el
2
init.el
|
|
@ -172,7 +172,7 @@
|
||||||
yaml ; JSON, but readable
|
yaml ; JSON, but readable
|
||||||
|
|
||||||
:email
|
:email
|
||||||
(mu4e)
|
(mu4e +org)
|
||||||
;;notmuch
|
;;notmuch
|
||||||
;;(wanderlust +gmail)
|
;;(wanderlust +gmail)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue