summaryrefslogtreecommitdiff
path: root/lisp/cpp.el
diff options
context:
space:
mode:
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)