Fork me on GitHub
#spacemacs
<
2015-10-25
>
jeremyraines15:10:30

could someone tell me how to configure it so that when I do an evil-lisp-state function, that I stay in normal mode, instead of staying in evil-lisp-state? Or help me understand why that’s the default and how to take advantage

alandipert15:10:49

@jeremyraines: i've been trying to learn more of the evil-lisp-state movements so that i'm more productive when i'm there

alandipert15:10:35

but i still move around mostly in normal mode, since that is still most intuitive

jeremyraines15:10:45

yeah. I know that the context-switch of changing modes is part of the point of this, but man the learning curve is rough

alandipert15:10:25

maybe the way to learn is just to always be in evil-lisp-state for clj

alandipert15:10:29

this is how i learned paredit, heh

jeremyraines15:10:15

yeah I might give that a shot. Doesn’t it give you smartparens bindings rather than paredit? and/or are they mostly the same?

jeremyraines15:10:54

also - how can I toggle that mode without performing a prefixed evil-lisp-mode function first? If I want to try toggling on off before just setting it for all clojure files

alandipert15:10:11

how familiar are you with elisp?

alandipert15:10:36

oh nvm, you can do Spc-: evil-lisp-state to turn it on

alandipert15:10:12

so you could do like (evil-leader/set-key "ol" 'evil-lisp-state)

alandipert15:10:42

hm, i will give this a go myself