aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-10 12:59:44 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-10 12:59:44 +0000
commitb39845e0d36e5806b3f4629b1e5eeca4164572c0 (patch)
tree3100adac4c8ab6b589be1d7b58723adb200d67f1
parentbb05406acaeda73956df143bfbde2f8f612795e7 (diff)
downloadChessAI-b39845e0d36e5806b3f4629b1e5eeca4164572c0.tar.gz
ChessAI-b39845e0d36e5806b3f4629b1e5eeca4164572c0.zip
Adding emacs
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..e632d63
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,2 @@
+((nil . ((company-clang-arguments . ("-I../include/"))
+ (company-c-headers-path-user . ("../include/")))))