Embark: clean up use-package
This commit is contained in:
parent
67c5128c33
commit
e802993eeb
@ -301,8 +301,7 @@ targets."
|
|||||||
(apply fn args)))
|
(apply fn args)))
|
||||||
(advice-add #'embark-completing-read-prompter
|
(advice-add #'embark-completing-read-prompter
|
||||||
:around #'embark-hide-which-key-indicator)
|
:around #'embark-hide-which-key-indicator)
|
||||||
:config
|
:custom (enable-recursive-minibuffers t))
|
||||||
(setq enable-recursive-minibuffers t))
|
|
||||||
;; Consult users will also want the embark-consult package.
|
;; Consult users will also want the embark-consult package.
|
||||||
(use-package embark-consult
|
(use-package embark-consult
|
||||||
:after (embark consult))
|
:after (embark consult))
|
||||||
|
Loading…
Reference in New Issue
Block a user