disable flycheck until issues with package installation are resolved upstream
This commit is contained in:
parent
f6683e9dc6
commit
35b16d34e5
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue