delete .projectile and .dir-locals.el

This commit is contained in:
2022-10-05 16:31:28 +02:00
parent 0fe04e43dc
commit b001690c95
2 changed files with 0 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
((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")))))))

View File