Adaptive-wrap. Experimental and will probably get rid of

This commit is contained in:
MitchMarq42 2022-10-26 09:46:08 -08:00
parent b3e3c76432
commit 2739b36423

View File

@ -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