diff options
| author | bard <[email protected]> | 2024-01-18 05:02:44 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2024-01-18 05:02:44 -0500 |
| commit | b39aad5891612ff5c17a60bde148bf32324af5ef (patch) | |
| tree | 5aea8d535913e81a6b87b6bdf778fe588a6eadbf /bard-emacs-modules/bard-emacs-org.el | |
| parent | 831aaebaa3f9c43cc9e9ecaeed2cf15846215731 (diff) | |
new keyword for org-todo
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
