[emacs] Add static list of Tags I repeatedly use

This commit is contained in:
Sebastian Schulze 2018-09-06 01:08:43 +02:00
parent 8b3694ecc0
commit d09227b7f7
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 20 additions and 0 deletions

View File

@ -121,6 +121,26 @@
)))
(org-agenda nil "a"))))
(setq org-tag-alist '(
(:startgroup . nil)
("@immersive" . ?i)
("@process" . ?p)
(:endgroup . nil)
(:startgroup . nil)
("@deep" . ?d)
("@shallow" . ?s)
(:endgroup . nil)
(:startgroup . nil)
("@office" . ?o)
("@home" . ?h)
(:endgroup . nil)
("errand" . ?E)
("phone" . ?P)
("outbox" . ?O)
("money" . ?M)
("paper" . ?P)
("next" . ?N)))
(setq org-bullets-bullet-list
'("" "" ""))