Fix defadvice signature
This commit is contained in:
parent
701298497c
commit
8704e5f3ba
1 changed files with 1 additions and 1 deletions
2
cli2.el
2
cli2.el
|
|
@ -3,7 +3,7 @@
|
|||
;; We skip Doom's normal install and initialization.
|
||||
(require 'straight)
|
||||
|
||||
(defadvice! nix-doom-skip-core-packages (orig-fn &rest args)
|
||||
(defadvice! nix-doom-skip-core-packages (&rest _)
|
||||
"HACK: don't install straight and core packages.
|
||||
|
||||
`doom-initialize-core-packages' would no-op out if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue