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 /.dir-locals.el | |
parent | c34cd59be89fb26e63fe959b98afabb4f24ba5bd (diff) |
keep dir locals
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 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"))))))) |