mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove redundant :commands
The elisp-demos package autoloads elisp-demos-advice-helpful-update
This commit is contained in:
@ -122,7 +122,7 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
||||
|
||||
|
||||
(def-package! elisp-demos
|
||||
:commands elisp-demos-advice-helpful-update
|
||||
:defer t
|
||||
:init
|
||||
(advice-add 'helpful-update :after #'elisp-demos-advice-helpful-update))
|
||||
|
||||
|
Reference in New Issue
Block a user