diff --git a/emacs/init.el b/emacs/init.el index 2ca6f51..b312eae 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -367,10 +367,7 @@ (use-package embark-consult :hook - (embark-collect-mode . consult-preview-at-point-mode)) - -(use-package consult - :elpaca nil ;; Because otherwise, consult and embark-consult block each other + (embark-collect-mode . consult-preview-at-point-mode) :config (require 'consult-flymake) (require 'consult-xref)