aboutsummaryrefslogtreecommitdiffstats
path: root/doom.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doom.d/config.el24
1 files changed, 9 insertions, 15 deletions
diff --git a/doom.d/config.el b/doom.d/config.el
index 16927e4..a2cc95b 100644
--- a/doom.d/config.el
+++ b/doom.d/config.el
@@ -257,25 +257,19 @@ matt@matthewlemon.com")
;; org tags
(setq org-tag-alist '(
- ;; Depth
- ("@immersive" . ?i) ;; "Deep"
- ("@process" . ?p) ;; "Shallow"
- ("@offdesk" . ?o) ;; "Away from desk"
;; Type
("brainstorm" . ?b)
("idea" . ?d)
;; Context
- ("@work" . ?w)
- ("@home" . ?h)
- ("@errand" . ?e)
- ("@emacs" . ?E)
- ;; Energy
- ("Challenge" . ?1)
- ("Average" . ?2)
- ("Easy" . ?3)
- ;; Misc
- ("Maybe" . ?m)))
-
+ ("work" . ?w)
+ ("home" . ?h)
+ ("errand" . ?e)
+ ("emacs" . ?E)
+ ("orgmode" . ?o)
+ ("joanna" . ?j)
+ ("harvey" . ?h)
+ ("sophie" . ?s)))
+
;; org agenda should be full screen
(defun open-agenda ()