Added deadline to inbox task

This commit is contained in:
Random936 2025-02-27 17:53:01 -08:00
parent 0caa95fb35
commit c059e55a57

View File

@ -36,7 +36,7 @@ This installs the org package and creates a setup function to enable/disable cer
;; Capture templates
org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file)
"* TODO %^{Task}\nSCHEDULED: %^t")))
"* TODO %^{Task}\nDEADLINE: %^t SCHEDULED: %^t")))
(jm/leader-keys
"oa" '(org-agenda :which-key "Org agenda")