disable flycheck until issues with package installation are resolved upstream

This commit is contained in:
Bozhidar Batsov 2013-01-03 13:44:08 +02:00
parent f6683e9dc6
commit 35b16d34e5

View file

@ -120,7 +120,7 @@
;; keep the whitespace decent all the time (in this buffer)
(add-hook 'before-save-hook 'whitespace-cleanup nil t)
(whitespace-mode +1))
(flycheck-mode +1)
;;(flycheck-mode +1)
(prelude-local-comment-auto-fill)
(prelude-add-watchwords))