Remove redundant :commands
The elisp-demos package autoloads elisp-demos-advice-helpful-update
This commit is contained in:
parent
0a30b4ee4b
commit
e1f4668c0b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
||||||
|
|
||||||
|
|
||||||
(def-package! elisp-demos
|
(def-package! elisp-demos
|
||||||
:commands elisp-demos-advice-helpful-update
|
:defer t
|
||||||
:init
|
:init
|
||||||
(advice-add 'helpful-update :after #'elisp-demos-advice-helpful-update))
|
(advice-add 'helpful-update :after #'elisp-demos-advice-helpful-update))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue