aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: 223f1d6cea34bc97b909e6cb4452b6932c3255fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
((nil . ((company-clang-arguments . ("-I../include/YAGE/"
				     "-I../include/"
				     "-I../YAGE/include/"
				     "-I/usr/include/"
				     "-I/usr/include/SDL2/")) 
	 (company-c-headers-path-user . ("../include/YAGE/"
					 "../include/"
					 "../YAGE/include/"
					 "/usr/include/"
					 "/usr/include/SDL2/"))
	 (flycheck-clang-include-path . ("../include/YAGE/"
					 "../include/"
					 "../YAGE/include/"
					 "/usr/include/"
					 "/usr/include/SDL2/")))))