org-modern-mode
This commit is contained in:
parent
c8bf112bf4
commit
151a41e6e6
2 changed files with 5 additions and 0 deletions
|
@ -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))
|
||||
|
|
|
@ -51,3 +51,4 @@
|
|||
|
||||
(package! org-transclusion)
|
||||
(package! jsonnet-mode)
|
||||
(package! org-modern)
|
||||
|
|
Loading…
Add table
Reference in a new issue