From 71a1b6c274a1adbfc63610606b6ed08fd84f594f Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 17 Feb 2021 17:26:32 +0000 Subject: modules/emacs: bind C-c e r to eglot-rename --- modules/workstation/emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/workstation/emacs/init.el') diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el index 7134f3a17508..9f6b17685353 100644 --- a/modules/workstation/emacs/init.el +++ b/modules/workstation/emacs/init.el @@ -95,6 +95,8 @@ ;; buffer (default is to bold instead). (set-face-attribute 'eglot-highlight-symbol-face nil :inherit 'underline)) +(global-set-key (kbd "C-c e r") #'eglot-rename) + ;;; Environment ;;; ;; Provide a way to turn paging back on for modes like terminal emulators. -- cgit 1.4.1