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]]
|
- [[#column-width][Column width]]
|
||||||
- [[#cc][C/C++]]
|
- [[#cc][C/C++]]
|
||||||
- [[#default-style][Default style]]
|
- [[#default-style][Default style]]
|
||||||
- [[#flycheck][Flycheck]]
|
|
||||||
- [[#org-mode][Org mode]]
|
- [[#org-mode][Org mode]]
|
||||||
- [[#directory][Directory]]
|
- [[#directory][Directory]]
|
||||||
- [[#appearance][Appearance]]
|
- [[#appearance][Appearance]]
|
||||||
|
@ -167,16 +166,6 @@ Setup the default format for C/C++ editing.
|
||||||
(setq c-basic-offset 2))
|
(setq c-basic-offset 2))
|
||||||
#+END_SRC
|
#+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
|
* Org mode
|
||||||
|
|
||||||
** Directory
|
** Directory
|
||||||
|
|
2
init.el
2
init.el
|
@ -77,7 +77,7 @@
|
||||||
;;vterm ; the best terminal emulation in Emacs
|
;;vterm ; the best terminal emulation in Emacs
|
||||||
|
|
||||||
:checkers
|
:checkers
|
||||||
syntax ; tasing you for every semicolon you forget
|
;;syntax ; tasing you for every semicolon you forget
|
||||||
;;spell ; tasing you for misspelling mispelling
|
;;spell ; tasing you for misspelling mispelling
|
||||||
;;grammar ; tasing grammar mistake every you make
|
;;grammar ; tasing grammar mistake every you make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue