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