aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-28 03:12:03 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-03-28 03:12:03 +0100
commit460f56110c50d59869553b8a5f40f239d728a5c6 (patch)
treeb70636b6d66de3527e43d12fff061171a8bfee50
parenteae3def1f087139b8e646e91fc46e8417d4541b7 (diff)
downloadArider-460f56110c50d59869553b8a5f40f239d728a5c6.tar.gz
Arider-460f56110c50d59869553b8a5f40f239d728a5c6.zip
Adding directory locals
-rw-r--r--.dir-locals.el3
-rw-r--r--README.org2
2 files changed, 4 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..b170598
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,3 @@
+((nil . ((company-clang-arguments . ("-I../include/"))
+ (company-c-headers-path-user . ("../include/"))
+ (flycheck-clang-include-path . ("../include")))))
diff --git a/README.org b/README.org
index 307a5c9..a4a7ae4 100644
--- a/README.org
+++ b/README.org
@@ -13,6 +13,6 @@
#+LANGUAGE: en
#+SELECT_TAGS: export
-* Introduction
+** Introduction
This is a 2D game that is programed using the SDL2 library and OpenGL.