Embark: clean up use-package

This commit is contained in:
MitchMarq42 2022-11-29 16:12:14 -09:00
parent 67c5128c33
commit e802993eeb

View File

@ -301,8 +301,7 @@ targets."
(apply fn args)))
(advice-add #'embark-completing-read-prompter
:around #'embark-hide-which-key-indicator)
:config
(setq enable-recursive-minibuffers t))
:custom (enable-recursive-minibuffers t))
;; Consult users will also want the embark-consult package.
(use-package embark-consult
:after (embark consult))