Add consult-eglot
This commit is contained in:
parent
ecb3b93ed8
commit
30d17a4646
13
init.el
13
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
|
||||
|
|
Loading…
Reference in a new issue