From b309c9c2ea50f17fcdda8cc36889e620cc57aa03 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 6 Oct 2024 12:30:01 +0100 Subject: Disable flycheck mode in C/C++ --- Emacs/.config/emacs/config.org | 3 --- 1 file changed, 3 deletions(-) (limited to 'Emacs') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 54b01f0..3aa525f 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2675,9 +2675,6 @@ has very little overhead to work there. :straight t :defer t :commands (flycheck-mode flycheck-list-errors) - :hook - (c-mode-hook . flycheck-mode) - (c++-mode-hook . flycheck-mode) :general (mode-leader "f" #'flycheck-mode) -- cgit v1.2.3-13-gbd6f