Skip to content

Instantly share code, notes, and snippets.

@nosami
Created November 21, 2014 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosami/8a41f31e020abc9766f0 to your computer and use it in GitHub Desktop.
Save nosami/8a41f31e020abc9766f0 to your computer and use it in GitHub Desktop.
flycheck
(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