diff options
| author | bard <[email protected]> | 2024-03-27 16:40:29 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-27 16:40:29 -0400 |
| commit | 67a2ee0bb2c6b76ed157a8977e4348023c2213d6 (patch) | |
| tree | 8053c405e4be502836df7ae160f81a98ca9ebc72 /bard-emacs-modules/bard-emacs-org.el | |
| parent | 148321a2fdb75eefe49db5e3a6828961006f4668 (diff) | |
org-todo keywords
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index afa235b..4678114 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -48,16 +48,9 @@ ;; Org todo keywords - changed to using hl-todo faces fixed by modus/ef themes (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)) -;; ("DONE" . (:weight bold :weight bold :foreground "#AFD8AF")) -;; ("KILLED" . (:weight bold :weight bold :foreground "#656555"))) -;; org-todo-keyword-faces '(("TODO" . (:weight bold :foreground "#ff5f59" :weight bold)) -;; ("WAIT" . (:weight bold :foreground "#fec43f" :weight bold)) -;; ("DONE" . (:weight bold :weight bold :foreground "#44bc44")) -;; ("KILLED" . (:weight bold :weight bold :foreground "#989898"))) -;; ) + (setq org-todo-keywords + '((sequence "TODO(t)" "|" "DONE(D)" "KILLED(k)") + (sequence "MEET(m)" "|" "MET(M)"))) ;; Org Mode Key map (defun bard/org-mode-keybindings () |
