diff options
| -rw-r--r-- | emacs-config.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs-config.org b/emacs-config.org index 7a64f55..b6f8aa3 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1432,7 +1432,6 @@ Configure eglot. #+begin_src elisp (with-eval-after-load 'eglot (keymap-set eglot-mode-map "C-# a" #'eglot-code-actions) - (keymap-set eglot-mode-map "C-# e" #'eglot-code-actions) (keymap-set eglot-mode-map "C-# f" #'eglot-format) (keymap-set eglot-mode-map "C-# r" #'eglot-rename) (set-face-attribute 'eglot-inlay-hint-face |
