From 3f1b27500a963a020de29147e393a1a3ec8ba602 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 13 Oct 2020 16:43:22 +0800 Subject: [PATCH] Mu4e: Readme, note use of mu4e-alert and document how-to disable packages (since it seems like disabling org-msg) is a frequent request. --- modules/email/mu4e/README.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/email/mu4e/README.org b/modules/email/mu4e/README.org index e9396175c..90a7c9b9d 100644 --- a/modules/email/mu4e/README.org +++ b/modules/email/mu4e/README.org @@ -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: