mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user