org-modern-mode

This commit is contained in:
Anthony Cicchetti 2022-04-03 18:26:44 -04:00
parent c8bf112bf4
commit 151a41e6e6
2 changed files with 5 additions and 0 deletions

View file

@ -103,3 +103,7 @@
(after! citar
(setq! citar-bibliography '("~/org-roam/Citations.bib")))
(after! org
(add-hook 'org-mode-hook #'org-modern-mode)
(add-hook 'org-agenda-finalize-hook #'org-modern-agenda))

View file

@ -51,3 +51,4 @@
(package! org-transclusion)
(package! jsonnet-mode)
(package! org-modern)