Disable flycheck for CSS
The checker it uses causes my CPU consumption to jump to idiotic levels.
This commit is contained in:
parent
57cd16666b
commit
48387787cf
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@
|
||||||
for all the modes that I use it supports.
|
for all the modes that I use it supports.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'css-mode-hook 'flycheck-mode)
|
|
||||||
(add-hook 'emacs-lisp-mode-hook 'flycheck-mode)
|
(add-hook 'emacs-lisp-mode-hook 'flycheck-mode)
|
||||||
(add-hook 'go-mode-hook 'flycheck-mode)
|
(add-hook 'go-mode-hook 'flycheck-mode)
|
||||||
(add-hook 'html-mode-hook 'flycheck-mode)
|
(add-hook 'html-mode-hook 'flycheck-mode)
|
||||||
|
|
Loading…
Reference in a new issue