aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-calendar.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-09-22 10:51:48 -0400
committerBardofSprites <[email protected]>2025-09-22 10:51:48 -0400
commit2429f7ef5bb545376bc0a3e5edccdd9d1d3e086f (patch)
tree335e7eb5e6fdad79e09f0d763198c0f68852f080 /bard-emacs-modules/bard-emacs-calendar.el
parentad28b46b9d3bbbdea48768dae544cb00a8af7e08 (diff)
more note writing enhancements
Diffstat (limited to 'bard-emacs-modules/bard-emacs-calendar.el')
-rw-r--r--bard-emacs-modules/bard-emacs-calendar.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el
index cd5a545..3dfba0d 100644
--- a/bard-emacs-modules/bard-emacs-calendar.el
+++ b/bard-emacs-modules/bard-emacs-calendar.el
@@ -16,10 +16,11 @@
;; Org todo keywords - changed to using hl-todo faces fixed by modus/ef themes
(setq org-todo-keywords
'((sequence "TODO(t)" "EXTRA(e)" "INPROG(i)" "|" "DONE(d)" "KILLED(k)")
- (sequence "MEET(m)" "|" "MET(M)")))
+ (sequence "MEET(m)" "TENT(t)" "|" "MET(M)" "DITCH(d)")))
(setq org-todo-keyword-faces
'(("EXTRA" . (:inherit warning))
+ ("TENT" . (:inherit warning))
("INPROG" . (:inherit hi-yellow :weight bold))))
(setq org-enforce-todo-dependencies t)