Commit 32c0c24cf66d
Changed files (1)
dots
config
emacs
dots/config/emacs/init.el
@@ -2127,6 +2127,15 @@ Prompts for URL with clipboard as default. Suitable for %(sexp) in capture temp
(file ,org-inbox-file)
"%(vde/org-capture-web-page-both)")
t)
+ (add-to-list 'org-capture-templates
+ `("i" "๐ก TIL")
+ t)
+ (add-to-list 'org-capture-templates
+ `("ii" "๐ก Today I Learned" entry
+ (file ,(expand-file-name "til.org" org-directory))
+ "* %^{Title}%^g\n\n<%<%Y-%m-%d %a>>\n\n%?\n"
+ :empty-lines 1)
+ t)
(add-to-list 'org-capture-templates
`("m" "โ Email Workflow")
t)