Fork me on GitHub
#emacs
<
2017-02-15
>
qqq07:02:41

in paredit, "asdf|" if I type ", it exits the string; in lispy, it inserts a \" --> how do I tell lispy to 'exit" the string when I'm at "asdf|", where | = cursor

qqq08:02:19

nope, inserts it normally

qqq08:02:40

there is something else though, lispy-end-of-line or something, which moves to just after end of string if inside a string -- just bound that to a hydra

qqq21:02:41

I'm trying to use multiple cursors with emacs. Everything is working fine. Until I start using hydra -- because hydra constantly asks me "Do hydra-... for all cursors?" I want this to default to "yes" all the time.

qqq21:02:32

anyone running into the following problem? if you call lispy-cursor-down from inside a hydra, it adds TWO cursors instead of adding just ONE cursor?

qqq22:02:26

anyone know why lispy uses multiple-cursors for first demo? (out of the 6) // it basically breaks under evil mode

qqq23:02:45

the jump from "vim -> paredit" is about the same as "paredid -> lispy" -- lispy is something else