summaryrefslogtreecommitdiff
path: root/elchemy-personal.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-04 20:43:01 -0700
committerChristian Cunningham <cc@localhost>2024-06-04 20:43:01 -0700
commitea0826afb2bb11922f58a4213b20005c7d0872f2 (patch)
tree36463bf1f099fba0c221ae01b3c1564205331b2c /elchemy-personal.el
parent6f1ca059f4db477a629554337648bc9e8d7c19da (diff)
Add Knowledge Template
Diffstat (limited to 'elchemy-personal.el')
-rw-r--r--elchemy-personal.el2
1 files changed, 2 insertions, 0 deletions
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 ()