From 3f6835f49850984c3612a33bf75a1d24cf7dce2c Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 12 Oct 2025 18:18:09 +0100 Subject: Remove duplicate eglot keybinding --- emacs-config.org | 1 - 1 file changed, 1 deletion(-) 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 -- cgit