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 | ||||
swissChili | 36f2c69 | 2021-08-08 14:31:44 -0700 | [diff] [blame] | 4 | (jmk-includes-for path) |
5 | flycheck-clang-args | ||||
6 | (jmk-other-flags-for path))))))) |