summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)