From 2d0bc7a6197ea49248a62a7701f2b7639508c1e2 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Fri, 15 Dec 2023 09:55:23 -0900 Subject: [PATCH] Org-modern-indent: it's pretty cool --- lisp/mitch-packages.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index d13d086..829f139 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1209,5 +1209,9 @@ This is redefined for use with `hypop' library because multiple Emacs frames may :custom (tumblesocks-blog "mirqmarq428.tumblr.com") ) +(use-package org-modern-indent + :elpaca (:type git :host github :repo "jdtsmith/org-modern-indent") + :hook (org-mode . org-modern-indent-mode)) + (provide 'mitch-packages) ;;; mitch-packages.el ends here