Org: Simplify priorities

master
Pierre Neidhardt 2017-10-14 22:18:04 +01:00
parent 14d51c59e1
commit 5823904cf5
1 changed files with 4 additions and 0 deletions

View File

@ -44,4 +44,8 @@
(setq org-todo-keywords '((sequence "TODO" "REVIEW" "DONE")))
(setq org-todo-keyword-faces '(("REVIEW" :inherit org-done)))
;;; Priorities.
(setq org-priority-start-cycle-with-default nil
org-default-priority 66)
(provide 'init-org)