init 2019

This commit is contained in:
2022-09-18 13:35:09 +02:00
parent c56f9ca769
commit 378df8cf5b
23 changed files with 3261 additions and 0 deletions

4
2019/.dir-locals.el Normal file
View 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")))))))