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