Remove consult-eglot
This commit is contained in:
parent
0a1d5c3421
commit
1ab3e0642c
5
init.el
5
init.el
|
@ -927,11 +927,6 @@
|
|||
:map comint-mode-map
|
||||
("<remap> <comint-history-isearch-backward-regexp>" . consult-history)))
|
||||
|
||||
(use-package consult-eglot
|
||||
:if (package-installed-p 'consult-eglot)
|
||||
:after (consult eglot)
|
||||
:bind (("C-c c s" . consult-eglot-symbols)))
|
||||
|
||||
(use-package tempel
|
||||
:if (package-installed-p 'tempel)
|
||||
:defines tempel-path
|
||||
|
|
Loading…
Reference in a new issue