Update Org Mode tag list

This commit is contained in:
Daniel - 2020-09-06 10:45:25 +02:00
parent 327b44e3a0
commit b1010403e4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 1 deletions

View File

@ -808,7 +808,9 @@ With given ARG, display files in `db/important-document-path."
("UNTAGGED" . ?u) ("UNTAGGED" . ?u)
(:endgroup . nil) (:endgroup . nil)
("NOTE" . ?n) ("NOTE" . ?n)
("PERIODIC" . ?p)) ("PERIODIC" . ?p)
("REGULAR" . ?r)
("NOP" . ?o))
org-fast-tag-selection-single-key 'expert) org-fast-tag-selection-single-key 'expert)