Use RX for this regexp

This commit is contained in:
Benson Chu 2022-10-31 12:08:58 -05:00
parent d53ec2e0bb
commit f973054857

View file

@ -86,10 +86,10 @@
(setq org-agenda-hide-tags-regexp
(mapconcat #'identity (list "time" "nontime" "prod" "dev" "sandbox"
"refile"
"short" "long" "watch" "read" "grow" "rest" "active" "idle")
"\\|"))
(rx (or "time" "nontime" "prod" "dev" "sandbox"
"refile"
"short" "long" "watch" "read" "grow" "rest" "active" "idle"
(and symbol-start "_" (+ nonl) "_" symbol-end))))
(defconst category-tags '("computers"))