Adjust to updated package APIs
This commit is contained in:
parent
70bbfdda90
commit
97df2a30a6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue