Do not use buttons for outline folding

Sometimes RET mistakenly folds the current headline instead of inserting a new line.  Since I
neither use RET nor the in-margin buttons for folding anyway, this feature can safely be disabled.
This commit is contained in:
Daniel Borchmann 2025-10-24 17:18:47 +02:00
parent af38539d50
commit 0e24e044f5
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -643,7 +643,7 @@ split horizontally again, but this extra work should not matter much."
(use-package outline
:diminish outline-minor-mode
:init (setopt outline-minor-mode-use-buttons 'in-margins))
:init (setopt outline-minor-mode-use-buttons nil))
(use-package outline-indent
:init (setopt outline-indent-ellipsis ""))