Tweak org tags
This commit is contained in:
parent
c52634183b
commit
c948b9633a
|
@ -424,7 +424,9 @@ independent key tables."
|
|||
(setq org-agenda-dim-blocked-tasks nil))
|
||||
|
||||
(after! org
|
||||
(setq org-tag-alist '(("proj" . ?p))))
|
||||
(setq org-tag-alist '(("proj" . ?p)
|
||||
("complaint" . ?c)
|
||||
("work" . ?w))))
|
||||
|
||||
(after! org
|
||||
(add-to-list 'org-modules 'org-habit))
|
||||
|
|
|
@ -561,7 +561,9 @@ Not only does this feature have performance issues, its not useful with how I us
|
|||
** Set tags alist
|
||||
#+begin_src emacs-lisp
|
||||
(after! org
|
||||
(setq org-tag-alist '(("proj" . ?p))))
|
||||
(setq org-tag-alist '(("proj" . ?p)
|
||||
("complaint" . ?c)
|
||||
("work" . ?w))))
|
||||
#+end_src
|
||||
** Modules configuration
|
||||
*** org habits
|
||||
|
|
Loading…
Reference in New Issue