blob: 0f6ea6484c2653f2f8ac64655a95a3bc89281aeb [file] [log] [blame]
swissChilid98781b2021-07-25 21:04:17 -07001((nil . ((eval
swissChilia664e722021-07-27 17:47:55 -07002 . (let ((path (expand-file-name (or buffer-file-name "."))))
3 (setq-local flycheck-clang-include-path
4 (jmk-includes-for path)
swissChili480f1762021-07-26 22:17:34 -07005 flycheck-clang-args
swissChilia664e722021-07-27 17:47:55 -07006 (jmk-other-flags-for path)))))))