diff --git a/init.el b/init.el index 98da9fc..03eac64 100644 --- a/init.el +++ b/init.el @@ -337,12 +337,23 @@ ("C-c s" . consult-yasnippet) ("C-c S" . consult-yasnippet-visit-snippet-file)) +(use-package consult-eglot + :bind (:map eglot-mode-map ("C-c e /" . consult-eglot-symbols))) + +(use-package consult-eglot-embark + :after (embark eglot) + :demand t + :config + (consult-eglot-embark-mode)) + (use-package embark :bind ("C-." . embark-act) ("C-;" . embark-dwim)) -(use-package embark-consult) +(use-package embark-consult + :after embark + :hook (embark-collect-mode . consult-preview-at-point-mode)) (use-package orderless :demand t