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:
parent
af38539d50
commit
0e24e044f5
2
init.el
2
init.el
@ -643,7 +643,7 @@ split horizontally again, but this extra work should not matter much."
|
|||||||
|
|
||||||
(use-package outline
|
(use-package outline
|
||||||
:diminish outline-minor-mode
|
: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
|
(use-package outline-indent
|
||||||
:init (setopt outline-indent-ellipsis " ▼ "))
|
:init (setopt outline-indent-ellipsis " ▼ "))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user