lang/org: tweak org-todo-keywords{,-faces}
This commit is contained in:
parent
c7032cf8b0
commit
01dde97776
1 changed files with 6 additions and 1 deletions
|
@ -198,7 +198,12 @@ unfold to point on startup."
|
|||
org-todo-keywords
|
||||
'((sequence "[ ](t)" "[-](p)" "[?](m)" "|" "[X](d)")
|
||||
(sequence "TODO(T)" "|" "DONE(D)")
|
||||
(sequence "NEXT(n)" "ACTIVE(a)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
|
||||
(sequence "NEXT(n)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
|
||||
org-todo-keyword-faces
|
||||
'(("[-]" . font-lock-constant-face)
|
||||
("[?]" . warning)
|
||||
("WAITING" . default)
|
||||
("LATER" . warning))
|
||||
org-use-sub-superscripts '{}
|
||||
|
||||
;; Scale up LaTeX previews a bit (default is too small)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue