From 25e086c64bd6885c66ef4b8aede6e4041fc19978 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 3 Dec 2024 07:04:10 +0000 Subject: [PATCH] Enable visual-line-mode in help-mode --- system/home/emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index 0f96354c..c980e72f 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -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)