diff --git a/.emacs.d/org.org b/.emacs.d/org.org index 93c74f1..81af9a7 100644 --- a/.emacs.d/org.org +++ b/.emacs.d/org.org @@ -60,7 +60,12 @@ Org-Modern is a package that adds several features to emacs to make it look more (org-agenda-finalize . org-modern-agenda)) :config (setq org-modern-star 'replace - org-modern-replace-stars '("◉" "○" "●" "○" "●" "○" "●"))) + org-modern-replace-stars '("◉" "○" "●" "○" "●" "○" "●") + org-modern-priority-faces + '((?A :foreground "black" :background "red") + (?B :foreground "black" :background "orange") + (?C :foreground "black" :background "yellow") + (?D :foreground "black" :background "green")))) #+end_src ** Font Changes