From 8b7ffe545b1f5621caf48e4e2d85e794a682cb01 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 12 Feb 2021 17:12:49 -0800 Subject: emacs: some updates to org's ui --- emacs/custom/fcuny-org.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs/custom/fcuny-org.el') diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el index abf4d2c..d993f0b 100644 --- a/emacs/custom/fcuny-org.el +++ b/emacs/custom/fcuny-org.el @@ -69,7 +69,14 @@ (org-startup-indented t) + (org-ellipsis "↴") + (org-cycle-separator-lines 0) + (org-startup-folded 'content) (org-todo-keywords '((type "TODO" "STARTED" "WAITING" "|" "DONE" "CANCELED"))) + (org-todo-keyword-faces + '(("TODO" . (:foreground "red" :weight bold)) + ("STARTED" . (:foreground "red" :weight bold)) + ("WAITING" . (:foreground "blue" :weight bold)))) ;; priorities (org-priority-start-cycle-with-default nil) ;; Start one over/under default value. -- cgit 1.4.1