diff options
author | jao <jao@gnu.org> | 2022-10-03 02:30:46 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-03 02:33:52 +0100 |
commit | ec12e6e65591b10165c6ea73aebc4b99bcb2ef67 (patch) | |
tree | fe4287b336e98972d9419fa0525172065b74b620 /custom | |
parent | f6a5c51fae877f0bbae3a191b40757ca98b1c03d (diff) | |
download | elibs-ec12e6e65591b10165c6ea73aebc4b99bcb2ef67.tar.gz elibs-ec12e6e65591b10165c6ea73aebc4b99bcb2ef67.tar.bz2 |
mailcap: mime types are regexps
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 4938e01..1dc5fc8 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -220,8 +220,7 @@ ;;; package ;; (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/") - -(jao-load-path "notmuch/emacs") +(jao-load-path "notmuch") (use-package notmuch :init |