From b5afd87f0aa9d25215e046c459ddf1e849ec8068 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 5 Dec 2022 15:35:33 +0100 Subject: [PATCH] doom: disable wrong flycheck args for c++ --- config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/doom/config.el b/config/doom/config.el index 722ec561..e5054010 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -773,7 +773,7 @@ )) (after! lsp-clangd (set-lsp-priority! 'clangd 2)) (after! flycheck - (setq! flycheck-clang-args '("--checks='*'") + (setq! ;; flycheck-clang-args '("--checks='*'") flycheck-clang-pedantic t)) ;; python