1

Add eglot-rename bind

This commit is contained in:
Jessie Hildebrandt 2025-03-14 00:56:14 -04:00
parent 272a759bdf
commit 855b1cf24d

View File

@ -463,7 +463,8 @@ DOCSTRING is an optional form that is discarded upon expansion."
(:map eglot-mode-map
("C-c \\" . eglot-format-buffer)
("C-c q" . eglot-code-action-quickfix)
("C-c C-q" . eglot-code-actions)))
("C-c C-q" . eglot-code-actions)
("M-s r ." . eglot-rename)))
;; ---------------------------------- ;;
;; elec-pair