From 062a4d774357c41eb40292548925904d35e97d5b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 8 Apr 2015 15:04:14 +0200 Subject: Use flycheck-cask --- emacs/.emacs.d/Cask | 1 + emacs/.emacs.d/init.el | 1 + 2 files changed, 2 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/Cask b/emacs/.emacs.d/Cask index c45f7e6..9f1b17f 100644 --- a/emacs/.emacs.d/Cask +++ b/emacs/.emacs.d/Cask @@ -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") diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 998bb0a..d7f3fed 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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) -- cgit v1.2.3-54-g00ecf