Created
November 14, 2017 09:25
-
-
Save gerald-kim/904f986eb88a34349dffa6a7f78e7f01 to your computer and use it in GitHub Desktop.
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
(defadvice intero-repl-load (after intero-repl-after activate) | |
(interactive "P") | |
(if (eq evil-state 'insert) | |
(evil-force-normal-state)) | |
(switch-to-buffer-other-window (intero-repl-buffer prompt-options t))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment