diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-21 14:26:08 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-21 14:26:08 +0300 |
commit | a97b362e6a35be4575f7ded3c31cdeede89ab2a8 (patch) | |
tree | b7993bb835e73fe5c32638b3429723012510a526 | |
parent | c34cd59be89fb26e63fe959b98afabb4f24ba5bd (diff) |
keep dir locals
-rw-r--r-- | .dir-locals.el | 2 | ||||
-rw-r--r-- | .gitignore | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..c7e214c --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,2 @@ +((c-mode . ((eval . (setq flycheck-clang-include-path + (list (expand-file-name "~/code/kool/C/brfk/inc"))))))) @@ -2,5 +2,4 @@ obj/ lib/ GPATH GRTAGS -GTAGS -.dir-locals.el +GTAGS
\ No newline at end of file |