added flycheck-mode

This commit is contained in:
Bozhidar Batsov 2013-01-02 18:00:12 +02:00
parent ea106044eb
commit fb912ea26c
2 changed files with 3 additions and 1 deletions

View file

@ -43,7 +43,8 @@
(setq url-http-attempt-keepalives nil) (setq url-http-attempt-keepalives nil)
(defvar prelude-packages (defvar prelude-packages
'(ack-and-a-half elisp-slime-nav exec-path-from-shell expand-region gist '(ack-and-a-half elisp-slime-nav exec-path-from-shell expand-region
flycheck-mode gist
guru-mode helm helm-projectile magit magithub melpa guru-mode helm helm-projectile magit magithub melpa
rainbow-mode solarized-theme volatile-highlights yasnippet rainbow-mode solarized-theme volatile-highlights yasnippet
zenburn-theme) zenburn-theme)

View file

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