Mu4e: Remove outdated content
This commit is contained in:
parent
e760ba5540
commit
941d3e3608
1 changed files with 7 additions and 8 deletions
|
@ -179,8 +179,8 @@ an address to be treated as such but it meets neither conditions (e.g. with
|
|||
Gsuite).
|
||||
|
||||
** OrgMsg
|
||||
By default, ~org-msg-mode~ is enabled before composing the first message.
|
||||
To disable ~org-msg-mode~ by default, simply
|
||||
With the =+org= flag, =org-msg= is installed, and ~org-msg-mode~ is enabled before
|
||||
composing the first message. To disable ~org-msg-mode~ by default, simply
|
||||
#+BEGIN_SRC emacs-lisp :tangle no
|
||||
(setq mu4e-compose--org-msg-toggle-next nil)
|
||||
#+END_SRC
|
||||
|
@ -191,16 +191,15 @@ compose or reply command (=SPC u= with ~evil~, =C-u= otherwise).
|
|||
The accent color that Doom uses can be customised by setting
|
||||
~+org-msg-accent-color~ to a CSS color string.
|
||||
|
||||
*** Disabling
|
||||
If you don't like OrgMsg, simply add
|
||||
** mu4e-alert
|
||||
This provides notifications through the [[https://github.com/jwiegley/alert][alert]] library.
|
||||
|
||||
If you don't like this, simply add
|
||||
#+begin_src emacs-lisp
|
||||
(package! org-msg :disable t)
|
||||
(package! mu4e-alert :disable t)
|
||||
#+end_src
|
||||
to your [[elisp:(find-file (expand-file-name "packages.el" doom-private-dir))][packages.el]] and it will not be used.
|
||||
|
||||
** mu4e-alert
|
||||
This is used by default. It can be disabled in the same manner as [[*OrgMsg][OrgMsg.]]
|
||||
|
||||
* Troubleshooting
|
||||
** =No such file or directory, mu4e=
|
||||
You will get =No such file or directory, mu4e= errors if you don't run ~doom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue