[emacs] Add org-modern package! Thanks Sacha!
This commit is contained in:
@ -105,3 +105,10 @@
|
||||
(if (file-exists-p host-init)
|
||||
(load-file host-init))
|
||||
(load-file "~/.config/doom/+agenda-fix.el")
|
||||
|
||||
;; Enable org-modern mode per buffer
|
||||
;(add-hook 'org-mode-hook #'org-modern-mode)
|
||||
;(add-hook 'org-agenda-finalize-hook #'org-modern-agenda)
|
||||
|
||||
;; Or globally
|
||||
(with-eval-after-load 'org (global-org-modern-mode))
|
||||
|
||||
Reference in New Issue
Block a user