summaryrefslogtreecommitdiff
path: root/lisp/cpp.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-06-21 06:44:57 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2022-06-21 06:44:57 -0400
commit220b8d987b1053671571cc570b3b334ab5dd6c9d (patch)
treee6e4d83d064c05efdbc074663d26863c4acce603 /lisp/cpp.el
parent53802be6caf4905a43d2b56a6d724b06d66d3978 (diff)
C++ specific things
Diffstat (limited to 'lisp/cpp.el')
-rw-r--r--lisp/cpp.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/cpp.el b/lisp/cpp.el
index 0fca237..77ca740 100644
--- a/lisp/cpp.el
+++ b/lisp/cpp.el
@@ -4,10 +4,10 @@
(setq c-indent-level 4) ;; Default is 2
(c-set-offset 'brace-list-open 0)
-
(setq tab-stop-list '(4 8 12 16 20 24 28 32 36 40 44 48 52 56 60))
(setq tab-width 4)
- (electric-indent-mode 0)
+ (cmake-ide-setup)
+ ;; (electric-indent-mode 0)
)
;; == irony-mode ==
@@ -51,4 +51,7 @@
(eval-after-load 'flycheck
'(add-hook 'flycheck-mode-hook #'flycheck-irony-setup))
+(require 'cmake-ide)
+
(provide 'cpp)
+