Explorar o código

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

Matthieu Lemerre %!s(int64=14) %!d(string=hai) anos
pai
achega
8c8c6a0943
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      contrib/lisp/org-notmuch.el

+ 2 - 0
contrib/lisp/org-notmuch.el

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