Remove redundant :commands
The helpful package defines these as autoloads already.
This commit is contained in:
parent
7b4afa32e4
commit
ff89a5f645
1 changed files with 1 additions and 5 deletions
|
@ -271,11 +271,7 @@ savehist file."
|
||||||
|
|
||||||
;; `helpful' --- a better *help* buffer
|
;; `helpful' --- a better *help* buffer
|
||||||
(def-package! helpful
|
(def-package! helpful
|
||||||
:commands (helpful-callable
|
:defer t
|
||||||
helpful-command
|
|
||||||
helpful-variable
|
|
||||||
helpful-key
|
|
||||||
helpful--read-symbol)
|
|
||||||
:init
|
:init
|
||||||
(define-key!
|
(define-key!
|
||||||
[remap describe-function] #'helpful-callable
|
[remap describe-function] #'helpful-callable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue