Added ledger-mode back

This commit is contained in:
Random936
2025-09-27 11:02:10 -07:00
parent 1e79e78465
commit 18685c1898
3 changed files with 18 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ Setup ~org~ mode:
;; Capture templates
org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file)
"* TODO %^{Task}\nDEADLINE: %^t SCHEDULED: %^t")))
"* TODO %^{Task}\nSCHEDULED: %^t DEADLINE: %^t")))
(jm/leader-keys
"oa" '(org-agenda :which-key "Org agenda")