From 9e7d96faf1d7f7132e991df37f0a7c2ba85619a0 Mon Sep 17 00:00:00 2001 From: Jaden Provost Maxwell-Comfort Date: Sat, 10 Jan 2026 08:38:40 -0500 Subject: [PATCH] Updated org-priority faces to have colors --- .emacs.d/org.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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