Spacemacs, particularly the develop
branch should just work right out of box without the delay. However, I have found that this delay happens when I am running emacs
inside of tmux
. You should see if you are trying to run this inside tmux
or screen
, and if you are, see if this problem happens when you run emacs
directly inside a terminal, without a terminal multiplexer.
If tmux
is your problem, you can fix this with:
set -s escape-time 0
You'll have to find the equivalent in screen
if that is what is happening.
See: https://bitbucket.org/lyro/evil/issue/69/delay-between-esc-or-c-and-modeswitch