Updated emacs inbox template

This commit is contained in:
Random936 2024-10-31 20:17:04 -07:00
parent 1ce83d0f37
commit 830e426bd1

View File

@ -35,7 +35,8 @@ This installs the org package and creates a setup function to enable/disable cer
org-time-stamp-custom-formats '("%m-%d-%y %a" . "%m-%d-%y %a %I:%M %p")
;; Capture templates
org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file) "* %?\n")))
org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file)
"* TODO %^{Task}\nSCHEDULED: %^t")))
(jm/leader-keys
"oa" '(org-agenda :which-key "Org agenda")