init 2019
This commit is contained in:
4
2019/.dir-locals.el
Normal file
4
2019/.dir-locals.el
Normal file
@@ -0,0 +1,4 @@
|
||||
((nil . ((eval . (let ((root (expand-file-name (projectile-project-root))))
|
||||
(setq-local
|
||||
flycheck-gcc-include-path (list (concat root "include"))
|
||||
compile-command (concat "make -C " root " all")))))))
|
Reference in New Issue
Block a user