aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-23 12:40:24 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-23 12:40:24 +0000
commit601c3689908164de8bb7138f8c23ce0f4c2f5afe (patch)
treea7dd807bcb7ba68969069f9802e9cfab492e0321 /.dir-locals.el
parenteb7d00a8370a0d2cca433846d7f052cfa8920297 (diff)
downloadCompiler-601c3689908164de8bb7138f8c23ce0f4c2f5afe.tar.gz
Compiler-601c3689908164de8bb7138f8c23ce0f4c2f5afe.zip
Parser working completely now
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index e632d63..b170598 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,2 +1,3 @@
((nil . ((company-clang-arguments . ("-I../include/"))
- (company-c-headers-path-user . ("../include/")))))
+ (company-c-headers-path-user . ("../include/"))
+ (flycheck-clang-include-path . ("../include")))))