From 355d3e236e1a61986f62ff2df9cc04d281ec1009 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sat, 3 Dec 2022 09:30:55 -0500 Subject: Some better highlighting, org-moder, etc --- lisp/org-custom.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/org-custom.el') 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 -- cgit v1.2.1