From 41ad6a68037bad0765b735e97e7ae612afc0ccfc Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 7 Jun 2021 04:57:56 +0100 Subject: emacs 27 doesn't like melpa notmuch --- email.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'email.org') diff --git a/email.org b/email.org index 73e28da..a2f5bd6 100644 --- a/email.org +++ b/email.org @@ -353,8 +353,11 @@ #+end_src *** package #+begin_src emacs-lisp + (when (< emacs-major-version 28) + (jao-load-path "notmuch")) + (use-package notmuch - :ensure t + ;; :ensure t :init (setq notmuch-draft-folder "trove/drafts" notmuch-draft-quoted-tags '("part") @@ -616,8 +619,10 @@ #+end_src *** consult #+begin_src emacs-lisp + (when (< emacs-major-version 28) + (jao-load-path "consult-notmuch")) (use-package consult-notmuch - :ensure t + ;; :ensure t :init (setq consult-notmuch-authors-width 30) :config (add-to-list 'consult-config '(consult-notmuch :preview-key any)) -- cgit v1.2.3