overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 242 forks source link

cycle through colls #113

Closed jaycfields closed 11 years ago

jaycfields commented 11 years ago

I find this helpful when converting something from a list -> vec or a vec <-> hash-map

it could be smarter (possibly) by looking for the tick before a list, or the # before the { (thus it's a set), but I felt like that's very easily handled by the user and a single keystroke. Better to stick to what definitely works.

samaaron commented 11 years ago

I'll give this a whirl, thanks :-)