summaryrefslogtreecommitdiff
path: root/.emacs.d/notmuch-config.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-17 09:26:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-17 09:26:03 -0700
commitd1db3b5aa6c4ada3fa7146bf7cb6a2afadd57b06 (patch)
treeba9416a45d99f62c307f82f2548bbb793b076915 /.emacs.d/notmuch-config.el
parentf1eca0507943613d3afa1c6aba0e64c524bcb2c2 (diff)
downloaddotfiles-d1db3b5aa6c4ada3fa7146bf7cb6a2afadd57b06.tar.gz
ensure bytecompiled version of notmuch-groups.el can be loaded
Diffstat (limited to '.emacs.d/notmuch-config.el')
-rw-r--r--.emacs.d/notmuch-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/notmuch-config.el b/.emacs.d/notmuch-config.el
index 49852d22..a62f8c97 100644
--- a/.emacs.d/notmuch-config.el
+++ b/.emacs.d/notmuch-config.el
@@ -172,7 +172,7 @@ Two ways to read:
(setq notmuch-saved-searches nil
lists-browse-searches nil)
(when (file-exists-p (locate-user-emacs-file "notmuch-groups.el"))
- (load-file (locate-user-emacs-file "notmuch-groups.el"))
+ (load (locate-user-emacs-file "notmuch-groups"))
(dolist (group spw--lists-browse)
(let ((search
(if (atom group)