From 2739b36423e0bb34e5c839f15279c683999775e5 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 26 Oct 2022 09:46:08 -0800 Subject: [PATCH] Adaptive-wrap. Experimental and will probably get rid of --- lisp/mitch-packages.el | 5 +++++ 1 file changed, 5 insertions(+) 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