Skip to content

Instantly share code, notes, and snippets.

@samrat
Created October 21, 2012 04:32
Show Gist options
  • Save samrat/3925755 to your computer and use it in GitHub Desktop.
Save samrat/3925755 to your computer and use it in GitHub Desktop.
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