Updated org-modern to use org-agenda hook

This commit is contained in:
Random936 2024-08-15 20:28:34 -07:00
parent 13822061c6
commit a651feebc6

View File

@ -51,7 +51,8 @@ Org-Modern is a package that adds several features to emacs to make it look more
#+begin_src emacs-lisp
(use-package org-modern
:after org
:hook (org-mode . org-modern-mode)
:hook ((org-mode . org-modern-mode)
(org-agenda-finalize . org-modern-agenda))
:config
(setq org-modern-star 'replace
org-modern-replace-stars '("◉" "○" "●" "○" "●" "○" "●")))