about summary refs log tree commit diff stats
path: root/lisp/+org-capture.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-03 10:36:32 -0600
committerCase Duckworth2022-01-03 10:36:32 -0600
commit679fe570a7527eadc1fcddbff619bfb2763f4d98 (patch)
tree21751d516bdcc50f851ad5913495bee1bbc54126 /lisp/+org-capture.el
parentAdd function: +ensure-after-init (diff)
downloademacs-679fe570a7527eadc1fcddbff619bfb2763f4d98.tar.gz
emacs-679fe570a7527eadc1fcddbff619bfb2763f4d98.zip
Fix things for Windows Emacs
Diffstat (limited to 'lisp/+org-capture.el')
-rw-r--r--lisp/+org-capture.el4
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.