소스 검색

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)