config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit f7a0c7d2aae7301ccf9ccecae6853f4da7dab0aa
parent 847da5cad41df92714bf09754eb9f57fb61111b4
Author: dwrz <dwrz@dwrz.net>
Date:   Mon, 20 Nov 2023 16:45:39 +0000

Remove Emacs init RECURRING task type

Diffstat:
Memacs/init.el | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/emacs/init.el b/emacs/init.el @@ -399,10 +399,11 @@ org-src-fontify-natively t org-tags-column 0 org-todo-keywords '((sequence "NEXT(n)" - "IN-PROGRESS(i)" "RECURRING(r)" + "IN-PROGRESS(i)" "WAITING(w)" "|" "SOMEDAY-MAYBE(s)" - "EVENT(v)" "DELEGATED(e)" + "EVENT(v)" + "DELEGATED(e)" "CANCELED(c)" "DONE(d)"))) (org-babel-do-load-languages @@ -503,7 +504,6 @@ (setq org-todo-keyword-faces '(("NEXT" . "#c82829") ("IN-PROGRESS" . "#718c00") - ("RECURRING" . "#f5871f") ("WAITING" . "#eab700") ("DONE" . "#4271ae") ("EVENT" . "#3e999f")