From 855b1cf24d4c10b44831c852f5d4ab1f3a6c43ae Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Fri, 14 Mar 2025 00:56:14 -0400 Subject: [PATCH] Add eglot-rename bind --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 312d9ba..a440a3f 100644 --- a/init.el +++ b/init.el @@ -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