Created
October 21, 2012 04:32
-
-
Save samrat/3925755 to your computer and use it in GitHub Desktop.
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
nrepl.el wasn't playing very well with Evil-mode(the cursor didn't move to the next line). And this fixed it: | |
```(defadvice nrepl-return (before switch-to-normal-mode activate) | |
(evil-execute-in-emacs-state 1))``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment