From 581de066a98bf78916fb36f6b543756cc33f14d9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 27 Jul 2015 15:12:06 +0200 Subject: [PATCH] c++ flycheck settings: setq -> setq-default --- modules/module-cc.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/module-cc.el b/modules/module-cc.el index 89a6221ca..897d5f494 100644 --- a/modules/module-cc.el +++ b/modules/module-cc.el @@ -33,10 +33,10 @@ (progn ; C/C++ Settings (when IS-MAC (after! flycheck - (setq flycheck-clang-language-standard "c++11" - flycheck-clang-standard-library "libc++" - flycheck-c/c++-clang-executable "clang++" - flycheck-clang-include-path '("/usr/local/include")))) + (setq-default flycheck-clang-language-standard "c++11" + flycheck-clang-standard-library "libc++" + flycheck-c/c++-clang-executable "clang++" + flycheck-clang-include-path '("/usr/local/include")))) (after! company ;; TODO Clang is *really* slow in larger projects, maybe replace it with