diff --git a/.dir-locals.el b/.dir-locals.el index 858954afb3..4141681953 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -59,6 +59,6 @@ ) (eval setq flycheck-clang-include-path include-directories) - (eval setq flycheck-cpp-include-path include-directories) + (eval setq flycheck-cppcheck-include-path include-directories) ) ))