mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
c++ flycheck settings: setq -> setq-default
This commit is contained in:
@ -33,7 +33,7 @@
|
|||||||
(progn ; C/C++ Settings
|
(progn ; C/C++ Settings
|
||||||
(when IS-MAC
|
(when IS-MAC
|
||||||
(after! flycheck
|
(after! flycheck
|
||||||
(setq flycheck-clang-language-standard "c++11"
|
(setq-default flycheck-clang-language-standard "c++11"
|
||||||
flycheck-clang-standard-library "libc++"
|
flycheck-clang-standard-library "libc++"
|
||||||
flycheck-c/c++-clang-executable "clang++"
|
flycheck-c/c++-clang-executable "clang++"
|
||||||
flycheck-clang-include-path '("/usr/local/include"))))
|
flycheck-clang-include-path '("/usr/local/include"))))
|
||||||
|
Reference in New Issue
Block a user