Closed justbur closed 8 years ago
Added missing initialization of evil-lisp-state-major-mode-map
Actually I think this can be simplified by not using evil-lisp-state-major-mode-map at all. I don't see the purpose of having a separate map that is only sometimes filled with bindings
When this variable is non nil this map receives no bindings, so we shouldn't bind it in this case.
Fixes https://github.com/syl20bnr/spacemacs/issues/4151