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)