diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index a260f97..c8bcd4a 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -506,6 +506,11 @@ targets." (use-package ox-hugo :after ox) +;; fake indentation, other than the other fake indentation +(use-package adaptive-wrap + :custom (adaptive-wrap-extra-indent 2) + :hook (org-mode . adaptive-wrap-prefix-mode)) + ;; cheaty key popups (use-package which-key :diminish