Disable syntax checker
This commit is contained in:
parent
4b9ae5fdb2
commit
6781df1b86
2 changed files with 1 additions and 12 deletions
11
config.org
11
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
|
||||
|
|
|
|||
2
init.el
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue