diff options
| -rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index c16fcca..6121983 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -124,7 +124,7 @@ (setq clang-format-style "google") (my/with-add-hook 'c-initialization-hook - (local-set-key (kbd "C-c f") #'clang-format)) + (local-set-key (kbd "C-c d") #'clang-format)) (add-hook 'c-mode-common-hook #'google-set-c-style) (add-hook 'c++-mode-hook #'flycheck-mode) |
