]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs-lisp-mode-map): Bind 'refactor-rename'
authorEshel Yaron <me@eshelyaron.com>
Sat, 18 Jan 2025 17:04:21 +0000 (18:04 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 18 Jan 2025 17:04:21 +0000 (18:04 +0100)
lisp/progmodes/elisp-mode.el

index 9b718691e391358afb89d3d17f6a4cac08c764b5..fb5383af4f1ab247d4609a9d84d89027223d7b34 100644 (file)
@@ -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)