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
|
||||
(def-package! helpful
|
||||
:commands (helpful-callable
|
||||
helpful-command
|
||||
helpful-variable
|
||||
helpful-key
|
||||
helpful--read-symbol)
|
||||
:defer t
|
||||
:init
|
||||
(define-key!
|
||||
[remap describe-function] #'helpful-callable
|
||||
|
Reference in New Issue
Block a user