Skip to content

Commit

Permalink
[Org] Use fast TODO selection
Browse files Browse the repository at this point in the history
  • Loading branch information
luiznux committed Feb 2, 2024
1 parent 7f78383 commit df6098a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/org-config/init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@
org-todo-keywords (quote ((sequence "TODO(t)" "DOING(o!)" "|" "DONE(d!)")
(sequence "WARNING(i@/!)" "WAITING(w@/!)" "|" "CANCELLED(c@/!)")
(sequence "MEETING(m!)" "|" "DONE(d!)")))
;; small minibuffer for todo completion
org-use-fast-todo-selection 'expert

org-todo-keyword-faces '(("TODO" . (:foreground "#6CCB6E" :weight bold))
("WARNING" . (:foreground "#f32020" :weight bold))
Expand Down

0 comments on commit df6098a

Please sign in to comment.