tweak: wrap lines in helpful buffers

This commit is contained in:
Henrik Lissner 2021-11-25 01:19:14 +01:00
parent 68ed4e6298
commit 725c5c53a6

View file

@ -519,6 +519,7 @@ files, so this replace calls to `pp' with the much faster `prin1'."
(use-package! helpful
;; a better *help* buffer
:commands helpful--read-symbol
:hook (helpful-mode . visual-line-mode)
:init
;; Make `apropos' et co search more extensively. They're more useful this way.
(setq apropos-do-all t)