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