mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
module-cc: remove faulty flycheck-clang-language-standard setting
This commit is contained in:
@ -33,7 +33,6 @@
|
|||||||
(setq-default flycheck-c/c++-clang-executable "clang++"
|
(setq-default flycheck-c/c++-clang-executable "clang++"
|
||||||
flycheck-clang-include-path '("/usr/local/include"))
|
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"
|
(add-hook! c++-mode (setq flycheck-clang-language-standard "c++11"
|
||||||
flycheck-clang-standard-library "libc++"))))
|
flycheck-clang-standard-library "libc++"))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user