You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't call fundamental-mode if we already are in fundamental-mode
If the `" *nrepl-decoding*"` buffer already exists then it is likely already in
the right mode. Not re-initializing the mode means we don't re-trigger hooks,
which in this case in particular prevents an unfortunate interaction with
evil-mode, where the cursor color gets updated even though it shouldn't.
Fixes#3068
0 commit comments