From 679fe570a7527eadc1fcddbff619bfb2763f4d98 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 3 Jan 2022 10:36:32 -0600 Subject: Fix things for Windows Emacs --- lisp/+org-capture.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/+org-capture.el') 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 @@ (require 'cl-lib) ;; We don't require `org-capture' here because I'll have to require this library -;; to init.el /before/ org-capture is fully needed. +;; to init.el /before/ org-capture is fully needed. But I do need to declare +;; `org-capture-templates'. +(defvar org-capture-templates nil) (defun +org-capture--get (key &optional list) "Find KEY in LIST, or return nil. -- cgit 1.4.1-21-gabe81