Fix package.el command substitutions
doom//autoremove and doom//install are more appropriate replacements for package-autoremove and package-install-selected-packages, respectively.
This commit is contained in:
parent
90f36bceff
commit
82622c2d8f
1 changed files with 2 additions and 3 deletions
|
@ -540,8 +540,7 @@ calls."
|
|||
|
||||
;; Replace with Doom variants
|
||||
;;;###autoload
|
||||
(advice-add #'package-autoremove :override (λ! (doom-packages-autoremove current-prefix-arg)))
|
||||
(advice-add #'package-autoremove :override #'doom//autoremove)
|
||||
|
||||
;;;###autoload
|
||||
(advice-add #'package-install-selected-packages :override (λ! (doom-packages-install current-prefix-arg)))
|
||||
|
||||
(advice-add #'package-install-selected-packages :override #'doom//install)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue