Play around with outline-indent.el

See https://github.com/jamescherti/outline-indent.el.
This commit is contained in:
Daniel Borchmann 2025-04-13 18:54:19 +02:00
parent 47218d6b1e
commit def778595d
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -584,6 +584,9 @@
(olivetti-mode -1)))
:init (setq-default olivetti-body-width 0.618034))
(use-package outline-indent
:init (setopt outline-indent-ellipsis ""))
(use-package table
:init (progn
;; Pandoc supports colons in grid tables to denote alignments, so let's have table.el
@ -609,7 +612,11 @@
(use-package yaml-mode
:ensure t
:config (progn
(add-hook 'yaml-mode-hook #'highlight-indentation-mode)))
(add-hook 'yaml-mode-hook #'highlight-indentation-mode)
(add-hook 'yaml-mode-hook #'(lambda ()
(with-demoted-errors "Cannot activate folding: %s"
(outline-indent-minor-mode))))))
(use-package yasnippet
:commands (yas-minor-mode-on