From b75a1170d64f3aff859c84182a893a20d737bbcd Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 1 Aug 2020 18:25:02 +0100 Subject: ~made eglot-format a two control chord --- Emacs/.config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs/.config/emacs') 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 ("" . 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 -- cgit v1.2.3-13-gbd6f