Mu4e: Readme, note use of mu4e-alert
and document how-to disable packages (since it seems like disabling org-msg) is a frequent request.
This commit is contained in:
parent
6118ad5c12
commit
3f1b27500a
1 changed files with 7 additions and 0 deletions
|
@ -41,6 +41,13 @@ via IMAP) and ~mu~ (to index my mail into a format ~mu4e~ can understand).
|
|||
|
||||
** Plugins
|
||||
+ [[https://github.com/jeremy-compostella/org-msg][org-msg]]
|
||||
+ [[https://github.com/iqbalansari/mu4e-alert][mu4e-alert]]
|
||||
|
||||
To disable either of these packages, simply add
|
||||
#+begin_src emacs-lisp
|
||||
(package! X :disable t)
|
||||
#+end_src
|
||||
to your [[elisp:(find-file (expand-file-name (concat "config." (if (featurep! :config literate) "org" "el")) doom-private-dir))][config]] (where =X= is the package in question) and it will not be used.
|
||||
|
||||
* Prerequisites
|
||||
This module requires:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue