diff options
| author | Christian Cunningham <cc@local.lan> | 2024-06-04 20:43:01 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2024-06-04 20:43:01 -0700 |
| commit | 4060b831c0b72df82f94f98e93d0d61564985393 (patch) | |
| tree | 36463bf1f099fba0c221ae01b3c1564205331b2c | |
| parent | 5fe3da09fe545a68e4d0948ab15b07d909aed434 (diff) | |
Add Knowledge Template
| -rw-r--r-- | elchemy-personal.el | 2 |
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 () |
