~made eglot-format a two control chord

This commit is contained in:
2020-08-01 18:25:02 +01:00
parent 36124e9861
commit b75a1170d6

View File

@@ -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