summaryrefslogtreecommitdiffstats
path: root/emacs/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-06-10 22:21:39 +0200
committerGravatar Tom Willemse2013-06-10 22:21:39 +0200
commit48387787cfbf23225dbf7a49cb38498ca8d450b7 (patch)
treeec706daad198550074390f483ac9a973142fc2d0 /emacs/init.org
parent57cd16666b074ffd671dac6510734ecba6638817 (diff)
downloaddotfiles-48387787cfbf23225dbf7a49cb38498ca8d450b7.tar.gz
dotfiles-48387787cfbf23225dbf7a49cb38498ca8d450b7.zip
Disable flycheck for CSS
The checker it uses causes my CPU consumption to jump to idiotic levels.
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.org b/emacs/init.org
index d667d4e..14d6d41 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -181,7 +181,6 @@
for all the modes that I use it supports.
#+BEGIN_SRC emacs-lisp
- (add-hook 'css-mode-hook 'flycheck-mode)
(add-hook 'emacs-lisp-mode-hook 'flycheck-mode)
(add-hook 'go-mode-hook 'flycheck-mode)
(add-hook 'html-mode-hook 'flycheck-mode)