Add eglot-rename bind

This commit is contained in:
Evie Litherland-Smith 2023-12-04 17:16:49 +00:00
parent d6d35154c4
commit 16994c48e2
2 changed files with 4 additions and 4 deletions

View file

@ -461,7 +461,8 @@
(use-package eglot (use-package eglot
:ensure t :ensure t
:bind (("C-c c e" . eglot) :bind (("C-c c e" . eglot)
("C-c c a" . eglot-code-actions)) ("C-c c a" . eglot-code-actions)
("C-c c r" . eglot-rename))
:hook ((nix-mode :hook ((nix-mode
fortran-mode fortran-mode
shell-script-mode shell-script-mode
@ -605,7 +606,6 @@
(use-package consult-eglot (use-package consult-eglot
:ensure t :ensure t
:after consult :after consult
:requires eglot
:commands (consult-eglot-symbols) :commands (consult-eglot-symbols)
:bind (("C-c s s" . consult-eglot-symbols))) :bind (("C-c s s" . consult-eglot-symbols)))

View file

@ -555,7 +555,8 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
(use-package eglot (use-package eglot
:ensure t :ensure t
:bind (("C-c c e" . eglot) :bind (("C-c c e" . eglot)
("C-c c a" . eglot-code-actions)) ("C-c c a" . eglot-code-actions)
("C-c c r" . eglot-rename))
:hook ((nix-mode :hook ((nix-mode
fortran-mode fortran-mode
shell-script-mode shell-script-mode
@ -725,7 +726,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
(use-package consult-eglot (use-package consult-eglot
:ensure t :ensure t
:after consult :after consult
:requires eglot
:commands (consult-eglot-symbols) :commands (consult-eglot-symbols)
:bind (("C-c s s" . consult-eglot-symbols))) :bind (("C-c s s" . consult-eglot-symbols)))
#+end_src #+end_src