diff options
Diffstat (limited to 'lisp/+org-capture.el')
-rw-r--r-- | lisp/+org-capture.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/+org-capture.el b/lisp/+org-capture.el index 1631bdd..6968657 100644 --- a/lisp/+org-capture.el +++ b/lisp/+org-capture.el | |||
@@ -4,7 +4,9 @@ | |||
4 | 4 | ||
5 | (require 'cl-lib) | 5 | (require 'cl-lib) |
6 | ;; We don't require `org-capture' here because I'll have to require this library | 6 | ;; We don't require `org-capture' here because I'll have to require this library |
7 | ;; to init.el /before/ org-capture is fully needed. | 7 | ;; to init.el /before/ org-capture is fully needed. But I do need to declare |
8 | ;; `org-capture-templates'. | ||
9 | (defvar org-capture-templates nil) | ||
8 | 10 | ||
9 | (defun +org-capture--get (key &optional list) | 11 | (defun +org-capture--get (key &optional list) |
10 | "Find KEY in LIST, or return nil. | 12 | "Find KEY in LIST, or return nil. |