Created
September 25, 2015 17:33
-
-
Save rubic/aff5be69dc554c593c7f to your computer and use it in GitHub Desktop.
eliminate smartparens in evil
This file contains hidden or 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
;; 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