Disable syntax checker
This commit is contained in:
parent
4b9ae5fdb2
commit
6781df1b86
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
|
||||
|
|
Loading…
Reference in a new issue