aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 65d846b..e3f9e92 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,4 @@
-((nil . ((compile-command . "make -j -O -k ")))
- (c-mode . ((mode . c++)))
+((c-mode . ((mode . c++)))
(c++-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include"
"C:/msys64/mingw64/include/libxml2"))
(flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))