I am very curious to try out symex 2.0 and take it for a spin! You've put a lot of work into it, and I'm excited to see that the previous deps (lispy etc) are removed!
However the first thing I noticed when entering 2.0 for the first time was the behavior of the space key in symex-editing-mode.
I use SPC as my leader key ala doom and spacemacs. I also use evil.
When I start symex-mode-interface with symex 2.0, the SPC key inserts a literal space. I would expect that to happen if I was in insert mode, but not symex-editing-mode
Is there a straightforward way to leave SPC as the leader key?
edit: 🤔 this also happens with the : key for evil-ex
I'm open to the idea that I am misunderstanding or misusing symex. However when editing lisp I like to more-or-less forget about evil normal mode and live in a loop between symex and insert modes. Having the power of the rest of my config with the : and SPC commands to launch builds, tests, etc, is important, and I'd rather not have to go back to normal mode for that.
I am very curious to try out symex 2.0 and take it for a spin! You've put a lot of work into it, and I'm excited to see that the previous deps (lispy etc) are removed!
However the first thing I noticed when entering 2.0 for the first time was the behavior of the space key in
symex-editing-mode.I use
SPCas my leader key ala doom and spacemacs. I also use evil.When I start
symex-mode-interfacewith symex 2.0, the SPC key inserts a literal space. I would expect that to happen if I was in insert mode, but notsymex-editing-modeIs there a straightforward way to leave SPC as the leader key?
edit: 🤔 this also happens with the
:key forevil-exI'm open to the idea that I am misunderstanding or misusing symex. However when editing lisp I like to more-or-less forget about evil normal mode and live in a loop between symex and insert modes. Having the power of the rest of my config with the
:andSPCcommands to launch builds, tests, etc, is important, and I'd rather not have to go back to normal mode for that.