Disable flycheck for CSS

The checker it uses causes my CPU consumption to jump to idiotic levels.
This commit is contained in:
Tom Willemse 2013-06-10 22:21:39 +02:00
parent 57cd16666b
commit 48387787cf

View file

@ -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)