configs/emacs: add shortcut for eglot-rename

This commit is contained in:
Aaron Bieber 2024-05-22 21:07:53 -06:00
parent 5e926dbcb5
commit e768d09f4a
No known key found for this signature in database

View File

@ -279,6 +279,7 @@ Magit is a awesome. Not sure what else to say about it. :P
#+begin_src emacs-lisp
(use-package eglot)
(define-key eglot-mode-map (kbd "C-c r") 'eglot-rename)
#+end_src
** company and friends