0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 16:16:29 +00:00

org-notmuch: require org for org-add-link-type and others

This commit is contained in:
Matthieu Lemerre 2011-04-16 12:00:41 +00:00 committed by Carsten Dominik
parent 04c13ee6b5
commit 8c8c6a0943

View file

@ -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)