From ea0826afb2bb11922f58a4213b20005c7d0872f2 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 4 Jun 2024 20:43:01 -0700 Subject: Add Knowledge Template --- elchemy-personal.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elchemy-personal.el b/elchemy-personal.el index 7f92acb..cddaaa0 100644 --- a/elchemy-personal.el +++ b/elchemy-personal.el @@ -72,6 +72,8 @@ (add-to-list 'org-agenda-files "/ssh:onid:todo.org") (add-to-list 'org-capture-templates '("o" "OSU Todo" entry (file+headline "/ssh:onid:todo.org" "Imported") "* TODO %?\n %i\n %a\n")) +(add-to-list 'org-capture-templates '("k" "Knowledge Entry" entry (file+headline "/ssh:onid:knowledge.org" "Imported") + "* %?\n %i\n %a\n")) (add-hook 'minibuffer-setup-hook (lambda () -- cgit v1.2.1