diff options
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-completion.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 18f27d4..0f60575 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -162,6 +162,14 @@ (consult-customize consult-mark :preview-key 'any) (add-hook 'completion-list-mode-hook #'consult-preview-at-point-mode)) +;;;; eglot integration +(use-package consult-eglot + :ensure t + :after eglot) + +(use-package consult-eglot-embark + :ensure t + :after eglot) ;;;; consult-dir ;; (use-package consult-dir ;; :ensure t |
