Refactor & reformat core.el
Backport a bit of core.el from our CLI rewrite.
This commit is contained in:
parent
b7f6532e4f
commit
b5e948054c
5 changed files with 282 additions and 279 deletions
|
@ -431,6 +431,9 @@ files, so we replace calls to `pp' with the much faster `prin1'."
|
|||
;; a better *help* buffer
|
||||
:commands helpful--read-symbol
|
||||
:init
|
||||
;; Make `apropos' et co search more extensively. They're more useful this way.
|
||||
(setq apropos-do-all t)
|
||||
|
||||
(global-set-key [remap describe-function] #'helpful-callable)
|
||||
(global-set-key [remap describe-command] #'helpful-command)
|
||||
(global-set-key [remap describe-variable] #'helpful-variable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue