mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove redundant :commands
The helpful package defines these as autoloads already.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user