diff --git a/config.org b/config.org index 84d4dd3..bb5d654 100644 --- a/config.org +++ b/config.org @@ -2713,7 +2713,8 @@ Doom Emacs's =+pretty= flag by default uses the package =org-superstar= to prett (use-package! org-modern :hook (org-mode . org-modern-mode) :config - (setq org-modern-star '("◉" "○" "✸" "✿" "✤" "✜" "◆" "▶") + (setq org-modern-star 'replace + org-modern-replace-stars '("◉" "○" "✸" "✿" "✤" "✜" "◆" "▶") org-modern-label-border 0.3 org-modern-table-vertical 1 org-modern-table-horizontal 0.2 @@ -3869,9 +3870,9 @@ A full week-long agenda is usually too cluttered for me to read, so I'll narrow org-agenda-start-on-weekday 1 ; 1 = Monday org-agenda-sorting-strategy - '((agenda time-up habit-down urgency-down category-up) - (todo habit-down urgency-down time-up category-up) - (tags habit-down urgency-down time-up category-up) + '((agenda time-up habit-down prority-down category-up) + (todo habit-down priority-down time-up category-up) + (tags habit-down priority-down time-up category-up) (search category-up)) ;; Make sure agenda is the only window