Enable visual-line-mode in help-mode

This commit is contained in:
Evie Litherland-Smith 2024-12-03 07:04:10 +00:00
parent 0ce8f71607
commit 25e086c64b

View file

@ -67,6 +67,8 @@
(column-number-mode +1)
(size-indication-mode -1)
(add-hook 'help-mode-hook (lambda () (visual-line-mode +1)))
(use-package visual-fill-column
:if (package-installed-p 'visual-fill-column)
:functions (visual-fill-column-mode)