Emacs: Format C++ project buffers before saving

This commit is contained in:
Riyyi
2022-08-05 16:22:13 +02:00
parent 9049b130a8
commit 92fa2f52d8
2 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -1127,7 +1127,7 @@ Evaluated keybinds.
(with-eval-after-load 'lsp-mode
(space-leader lsp-mode-map
"l" lsp-command-map
"l = f" '(lsp-format-buffer-or-region :which-key "format buffer or region")
"l = f" '(dot/lsp-format-buffer-or-region :which-key "format buffer or region")
))
(with-eval-after-load 'dap-mode