mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak: wrap lines in helpful buffers
This commit is contained in:
@ -519,6 +519,7 @@ files, so this replace calls to `pp' with the much faster `prin1'."
|
|||||||
(use-package! helpful
|
(use-package! helpful
|
||||||
;; a better *help* buffer
|
;; a better *help* buffer
|
||||||
:commands helpful--read-symbol
|
:commands helpful--read-symbol
|
||||||
|
:hook (helpful-mode . visual-line-mode)
|
||||||
:init
|
:init
|
||||||
;; Make `apropos' et co search more extensively. They're more useful this way.
|
;; Make `apropos' et co search more extensively. They're more useful this way.
|
||||||
(setq apropos-do-all t)
|
(setq apropos-do-all t)
|
||||||
|
Reference in New Issue
Block a user