summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.el b/init.el
index f3c5f7d..ee178da 100644
--- a/init.el
+++ b/init.el
@@ -23,6 +23,13 @@
;; notmuch is apparently already installed with notmuch from arch
(require 'notmuch)
+;; org and notmuch
+(add-to-list 'load-path "~/.emacs.d/lisp")
+(require 'org-notmuch)
+(org-link-set-parameters "notmuch"
+ :follow 'org-notmuch-open
+ :store 'org-notmuch-store-link)
+
;; set custom file
(setq custom-file (concat user-emacs-directory "custom.el"))
(load custom-file 'noerror)