Use flycheck-cask

This commit is contained in:
Tom Willemse 2015-04-08 15:04:14 +02:00
parent 582d1cea19
commit 062a4d7743
2 changed files with 2 additions and 0 deletions

View file

@ -40,6 +40,7 @@
(depends-on "fiplr")
(depends-on "flx")
(depends-on "flycheck")
(depends-on "flycheck-cask")
(depends-on "flycheck-commit-check" :git "git://github.com/ryuslash/flycheck-commit-check.git")
(depends-on "flycheck-pos-tip")
(depends-on "fuel")

View file

@ -1284,6 +1284,7 @@ from myaethon2.core.decorators import (
(add-hook 'comint-mode-hook #'oni:turn-on-compilation-shell-for-pony)
(add-hook 'css-mode-hook #'rainbow-mode)
(add-hook 'diary-display-hook 'oni:diary-display-func)
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup)
(add-hook 'git-commit-mode-hook #'oni:set-ispell-local-en-dict)
(add-hook 'gnus-exit-group-hook 'awesome-update-current-mailbox)
(add-hook 'gnus-exit-gnus-hook 'awesome-update-current-mailbox)