Updated emacs inbox template
This commit is contained in:
parent
1ce83d0f37
commit
830e426bd1
@ -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")
|
org-time-stamp-custom-formats '("%m-%d-%y %a" . "%m-%d-%y %a %I:%M %p")
|
||||||
|
|
||||||
;; Capture templates
|
;; 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
|
(jm/leader-keys
|
||||||
"oa" '(org-agenda :which-key "Org agenda")
|
"oa" '(org-agenda :which-key "Org agenda")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user