From 48387787cfbf23225dbf7a49cb38498ca8d450b7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 10 Jun 2013 22:21:39 +0200 Subject: Disable flycheck for CSS The checker it uses causes my CPU consumption to jump to idiotic levels. --- emacs/init.org | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/init.org') 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) -- cgit v1.2.3-54-g00ecf