swissChili | d98781b | 2021-07-25 21:04:17 -0700 | [diff] [blame] | 1 | ((nil . ((eval |
swissChili | a664e72 | 2021-07-27 17:47:55 -0700 | [diff] [blame] | 2 | . (let ((path (expand-file-name (or buffer-file-name ".")))) |
3 | (setq-local flycheck-clang-include-path | ||||
4 | (jmk-includes-for path) | ||||
swissChili | 480f176 | 2021-07-26 22:17:34 -0700 | [diff] [blame] | 5 | flycheck-clang-args |
swissChili | a664e72 | 2021-07-27 17:47:55 -0700 | [diff] [blame] | 6 | (jmk-other-flags-for path))))))) |