From b39aad5891612ff5c17a60bde148bf32324af5ef Mon Sep 17 00:00:00 2001 From: bard Date: Thu, 18 Jan 2024 05:02:44 -0500 Subject: new keyword for org-todo --- bard-emacs-modules/bard-emacs-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index 9c9a8ca..a905897 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -24,7 +24,7 @@ ) ;; Org todo keywords - changed to using hl-todo faces fixed by modus/ef themes -(setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w)" "|" "DONE(d)" "KILLED(k)"))) +(setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w)" "NEXT (n)" "|" "DONE(d)" "KILLED(k)"))) (add-hook 'org-mode-hook 'hl-todo-mode) ;; org-todo-keyword-faces '(("TODO" . (:weight bold :foreground "#CC9393" :weight bold)) ;; ("WAIT" . (:weight bold :foreground "#DFAF8F" :weight bold)) -- cgit v1.2.3