summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el
index f00924d..3a4c7e7 100644
--- a/lisp/org-custom.el
+++ b/lisp/org-custom.el
@@ -71,5 +71,9 @@
(add-hook 'org-mode-hook 'org-custom-hook)
+(use-package org-modern
+ :config
+ (add-hook 'org-mode-hook #'org-modern-mode))
+
(provide 'org-custom)
;;; org-custom.el ends here