Taylor Bockman 4 years ago
parent
commit
1865cbc805
  1. 6
      dotfiles/emacs.d/init.el
  2. 1
      dotfiles/emacs.d/package.el

6
dotfiles/emacs.d/init.el

@ -272,6 +272,12 @@ There are two things you can do about this warning:
;; Python testing helpers
(use-package python-pytest)
;;;;;;;;;;; C/C++
(use-package clang-format+)
(add-hook 'c-mode-common-hook #'clang-format+-mode)
;;--------------------------------------------------------------------------------------
;; Save hooks
;;--------------------------------------------------------------------------------------

1
dotfiles/emacs.d/package.el

@ -28,6 +28,7 @@
cmake-ide
cmake-mode
clang-format+
;;;;;;;;;;;;;;;;;;;;;;;;

Loading…
Cancel
Save