Remove redundant :commands

The elisp-demos package autoloads elisp-demos-advice-helpful-update
This commit is contained in:
Henrik Lissner 2019-03-12 11:31:25 -04:00 committed by GitHub
parent 0a30b4ee4b
commit e1f4668c0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))