ソースを参照

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

Matthieu Lemerre 14 年 前
コミット
8c8c6a0943
1 ファイル変更2 行追加0 行削除
  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)