diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 5c7e18f..5b6601c 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -214,7 +214,9 @@ :filter-return (lambda (x) (mapcar #'string-trim x)))) ;;; package -(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/") +;; (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/") + +(jao-load-path "notmuch/emacs") (use-package notmuch :init |