Use flycheck-cask
This commit is contained in:
parent
582d1cea19
commit
062a4d7743
2 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue