diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-15 08:22:18 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-15 08:22:18 +0000 |
commit | 26e18fdd7660b975b7161ca028710bf00878f474 (patch) | |
tree | 3a116a7a4bb5f7a337a9dc718f20f0c153527f25 | |
parent | 6d9c9238ac06a7bb57d5a24a73e5c86516fd7bba (diff) |
rationalising some tags
-rw-r--r-- | doom.d/config.el | 24 |
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 () |