summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-02-12 17:12:49 -0800
committerFranck Cuny <franck@fcuny.net>2021-02-12 17:12:49 -0800
commit8b7ffe545b1f5621caf48e4e2d85e794a682cb01 (patch)
tree00839fa7c2a6e8f25b7e3b570801d0e75fa2f526 /emacs
parentelisp: clean up indentation (diff)
downloademacs.d-8b7ffe545b1f5621caf48e4e2d85e794a682cb01.tar.gz
emacs: some updates to org's ui
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-org.el7
-rw-r--r--emacs/custom/fcuny-ui.el1
2 files changed, 8 insertions, 0 deletions
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.
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el
index 3fae95a..0bb9054 100644
--- a/emacs/custom/fcuny-ui.el
+++ b/emacs/custom/fcuny-ui.el
@@ -34,6 +34,7 @@
   (modus-themes-completions nil)
   (modus-themes-region 'bg-only-no-extend)
   (modus-themes-diffs 'bg-only)
+  (modus-themes-org-blocks 'grayscale)
   (modus-themes-variable-pitch-headings nil)
   (modus-themes-scale-headings nil))