Skip to content

Instantly share code, notes, and snippets.

@rubic
Created September 25, 2015 17:33
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 rubic/aff5be69dc554c593c7f to your computer and use it in GitHub Desktop.
Save rubic/aff5be69dc554c593c7f to your computer and use it in GitHub Desktop.
eliminate smartparens in evil
;; Alternative way to defeat smartparens-mode
(add-hook 'evil-insert-state-entry-hook 'turn-off-smartparens-mode)
(add-hook 'evil-insert-state-exit-hook 'turn-on-smartparens-mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment