Adaptive-wrap. Experimental and will probably get rid of
This commit is contained in:
parent
b3e3c76432
commit
2739b36423
@ -506,6 +506,11 @@ targets."
|
|||||||
(use-package ox-hugo
|
(use-package ox-hugo
|
||||||
:after ox)
|
: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
|
;; cheaty key popups
|
||||||
(use-package which-key
|
(use-package which-key
|
||||||
:diminish
|
:diminish
|
||||||
|
Loading…
Reference in New Issue
Block a user