From 6781df1b8698efa0d304e19c8738c8a9c3ed70a1 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 3 Aug 2020 17:08:41 +0200 Subject: [PATCH] Disable syntax checker --- config.org | 11 ----------- init.el | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/config.org b/config.org index c861e89..358b375 100644 --- a/config.org +++ b/config.org @@ -15,7 +15,6 @@ - [[#column-width][Column width]] - [[#cc][C/C++]] - [[#default-style][Default style]] - - [[#flycheck][Flycheck]] - [[#org-mode][Org mode]] - [[#directory][Directory]] - [[#appearance][Appearance]] @@ -167,16 +166,6 @@ Setup the default format for C/C++ editing. (setq c-basic-offset 2)) #+END_SRC -*** Flycheck - -Flycheck never works well for C / C++ without configuration or a CMake build -system. Let's disable it. - -#+BEGIN_SRC emacs-lisp -(after! flycheck - (setq flycheck-global-modes '(not c-mode c++-mode))) -#+END_SRC - * Org mode ** Directory diff --git a/init.el b/init.el index d16d021..619eaab 100644 --- a/init.el +++ b/init.el @@ -77,7 +77,7 @@ ;;vterm ; the best terminal emulation in Emacs :checkers - syntax ; tasing you for every semicolon you forget + ;;syntax ; tasing you for every semicolon you forget ;;spell ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make