From: Ondřej Surý Date: Mon, 15 Nov 2021 11:18:44 +0000 (+0100) Subject: Add flycheck configuration for libxml2 and json-c on Linux X-Git-Tag: v9.17.21~34^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41f86440c44e5800190f069fa74d7a997eb6e40b;p=thirdparty%2Fbind9.git Add flycheck configuration for libxml2 and json-c on Linux --- diff --git a/.dir-locals.el b/.dir-locals.el index 0c52d76891a..9c8d101f7f7 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -73,6 +73,9 @@ (expand-file-name (concat directory-of-current-dir-locals-file "bin/rndc/include")) + (expand-file-name "/usr/include/libxml2") + (expand-file-name "/usr/include/json-c") + (expand-file-name "/usr/local/opt/openssl@1.1/include") (expand-file-name "/usr/local/opt/libxml2/include/libxml2") (expand-file-name "/usr/local/opt/json-c/include/json-c/")