diff --git a/modules/module-cc.el b/modules/module-cc.el index 603d0b29f..16a8280fb 100644 --- a/modules/module-cc.el +++ b/modules/module-cc.el @@ -33,7 +33,6 @@ (setq-default flycheck-c/c++-clang-executable "clang++" flycheck-clang-include-path '("/usr/local/include")) - (add-hook! c-mode (setq flycheck-clang-language-standard "C11")) (add-hook! c++-mode (setq flycheck-clang-language-standard "c++11" flycheck-clang-standard-library "libc++"))))