diff options
-rw-r--r-- | Emacs/.config/emacs/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 1afa6e0..79a36ae 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -527,7 +527,7 @@ :bind (:map eglot-mode-map ("<f2>" . eglot-rename) ("C-c C-A" . eglot-code-actions) - ("C-c f" . eglot-format)) + ("C-c C-f" . eglot-format)) :config (add-to-list 'eglot-server-programs '((c-mode c++-mode) "clangd"))) #+END_SRC |