Created
November 21, 2014 01:00
-
-
Save nosami/8a41f31e020abc9766f0 to your computer and use it in GitHub Desktop.
flycheck
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(add-hook 'evil-insert-state-exit-hook (lambda() (interactive) (flycheck-mode 1))) | |
(add-hook 'evil-normal-state-exit-hook (lambda() (interactive) (flycheck-mode -1))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment