From c85738420892f228626f50c84deeb0ee3f78560c Mon Sep 17 00:00:00 2001
From: Raul Benencia <rul@kalgan.cc>
Date: Mon, 14 Aug 2023 10:06:11 -0700
Subject: emacs: drop unused org keywords

---
 .emacs.d/rul-lisp/packages/rul-org.el | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

(limited to '.emacs.d/rul-lisp')

diff --git a/.emacs.d/rul-lisp/packages/rul-org.el b/.emacs.d/rul-lisp/packages/rul-org.el
index 0727239..d4ed503 100644
--- a/.emacs.d/rul-lisp/packages/rul-org.el
+++ b/.emacs.d/rul-lisp/packages/rul-org.el
@@ -37,8 +37,8 @@
 
 ;; ORG STATES ;;
 (setq org-todo-keywords
-      (quote ((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d)")
-              (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING"))))
+      (quote ((sequence "TODO(t)" "MAYBE(m)" "NEXT(n)" "|" "DONE(d)")
+              (sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)"))))
 
 (setq org-use-fast-todo-selection t)
 
@@ -135,10 +135,6 @@
                             (:endgroup)
                             ("WAITING" . ?w)
                             ("HOLD" . ?h)
-                            ("PERSONAL" . ?P)
-                            ("WORK" . ?W)
-                            ("ORG" . ?O)
-                            ("NOTE" . ?n)
                             ("CANCELLED" . ?c)
                             ("FLAGGED" . ??))))
 
-- 
cgit v1.2.3