org-notmuch: require org for org-add-link-type and others
This commit is contained in:
parent
04c13ee6b5
commit
8c8c6a0943
|
@ -41,6 +41,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'org)
|
||||
|
||||
;; Install the link type
|
||||
(org-add-link-type "notmuch" 'org-notmuch-open)
|
||||
(add-hook 'org-store-link-functions 'org-notmuch-store-link)
|
||||
|
|
Loading…
Reference in New Issue