From 5a0b8a082717d79c9538797fb56aa00c3dfc3e92 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 18 Jan 2025 18:04:21 +0100 Subject: [PATCH] (emacs-lisp-mode-map): Bind 'refactor-rename' --- lisp/progmodes/elisp-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 9b718691e39..fb5383af4f1 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -58,6 +58,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map." "C-M-q" #'indent-pp-sexp "C-c M-e" #'macrostep-expand "C-c C-l" #'elisp-extract-to-local-variable + "C-c C-r" #'refactor-rename "C-c C-n" #'elisp-next-occurrence "C-c C-p" #'elisp-prev-occurrence) -- 2.39.5