From dabca5d24ee7a7a0e0f8d534816e179c42312514 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 25 Nov 2021 01:31:30 +0100 Subject: [PATCH] refactor(notmuch): remove redundant ol-notmuch config ol-notmuch autoloads itself, so we don't need to do anything. Amend: db94569143be Ref: hlissner/doom-emacs@db94569143be Ref: https://git.sr.ht/~tarsius/ol-notmuch/tree/main/item/ol-notmuch.el#L93-97 --- modules/email/notmuch/config.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/email/notmuch/config.el b/modules/email/notmuch/config.el index 0f95ddf15..a43db386b 100644 --- a/modules/email/notmuch/config.el +++ b/modules/email/notmuch/config.el @@ -41,9 +41,6 @@ variable accordingly.") (use-package! notmuch :defer t - :init - (after! org - (add-to-list 'org-modules 'ol-notmuch)) :config (set-company-backend! 'notmuch-message-mode 'notmuch-company '(company-ispell company-yasnippet))