commit | 480f17691d1c846ea8d6fc1d6b971d6fcd92503c | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Mon Jul 26 22:17:34 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Mon Jul 26 22:17:34 2021 -0700 |
tree | a64d9424042f7d61d4cec14cff8ed30ecbea6ba3 | |
parent | d98781b75eb3eed1997b9c8e6befd3381f81b1cf [diff] [blame] |
Add ext2 VFS implementation
diff --git a/.dir-locals.el b/.dir-locals.el index 2648a7e..14d2bd3 100644 --- a/.dir-locals.el +++ b/.dir-locals.el
@@ -1,3 +1,5 @@ ((nil . ((eval - . (setq-local flycheck-clang-args - (jmk-arguments-for (expand-file-name buffer-file-name))))))) + . (setq-local flycheck-clang-include-path + (jmk-includes-for (expand-file-name buffer-file-name)) + flycheck-clang-args + (jmk-other-flags-for (expand-file-name buffer-file-name)))))))