diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-12 18:18:09 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-12 18:18:09 +0100 |
| commit | 3f6835f49850984c3612a33bf75a1d24cf7dce2c (patch) | |
| tree | 5d01e3d32be969de1b5c4a5924e61a83f8d7357c | |
| parent | b33055c8a7055a51f3e8ee2601c150be8309204a (diff) | |
Remove duplicate eglot keybinding
| -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 |
