Make root directory an include path, set #include's properly
Easier to write includes now just using < with the module name, in comparison to using relative paths.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
||||
;;; For more information see (info "(emacs) Directory Variables")
|
||||
|
||||
((nil . ((projectile-project-compilation-cmd . "make")
|
||||
(projectile-project-configure-cmd . "make clean")
|
||||
(+license/license-choice . "GPLv2"))))
|
||||
((nil . ((projectile-project-compilation-cmd . "make")
|
||||
(projectile-project-configure-cmd . "make clean")
|
||||
(+license/license-choice . "GPLv2")))
|
||||
(c-mode . ((flycheck-gcc-include-path . (".."))
|
||||
(flycheck-clang-include-path . (".."))
|
||||
(company-clang-arguments . ("-I..")))))
|
||||
|
||||
Reference in New Issue
Block a user