summaryrefslogtreecommitdiff
path: root/lisp/cpp.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-07-28 08:20:11 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2022-07-28 08:20:11 -0400
commit7a8d16a782edf994e055f070f53472e5f8f3d38e (patch)
tree7b6da5d27c7158ba8888ce85f1e099c75dad3d7c /lisp/cpp.el
parent6a20904f14b4ca8e01f09a5011fadf90caf721ff (diff)
Save mode and cmake-ide
Diffstat (limited to 'lisp/cpp.el')
-rw-r--r--lisp/cpp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cpp.el b/lisp/cpp.el
index 77ca740..448b3a3 100644
--- a/lisp/cpp.el
+++ b/lisp/cpp.el
@@ -6,7 +6,6 @@
(setq tab-stop-list '(4 8 12 16 20 24 28 32 36 40 44 48 52 56 60))
(setq tab-width 4)
- (cmake-ide-setup)
;; (electric-indent-mode 0)
)
@@ -52,6 +51,7 @@
'(add-hook 'flycheck-mode-hook #'flycheck-irony-setup))
(require 'cmake-ide)
+(cmake-ide-setup)
(provide 'cpp)