scottaj / old-emacs-config

My old emacs config -- no longer maintained or used. See here for the new one:
https://github.com/scottaj/new-emacs-config
15 stars 2 forks source link

Keep editing state consistant between all buffers #24

Open scottaj opened 11 years ago

scottaj commented 11 years ago

In Vim, if you change your editing mode in one buffer, all other buffers are affected as well. In evil however, only the current buffer is affected. This means you can switch to another buffer and it might not be in the state you expect, causing problems.