From 2429f7ef5bb545376bc0a3e5edccdd9d1d3e086f Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Mon, 22 Sep 2025 10:51:48 -0400 Subject: more note writing enhancements --- bard-emacs-modules/bard-emacs-calendar.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bard-emacs-modules/bard-emacs-calendar.el') 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) -- cgit v1.2.3