The new M-o action list in 0.9.x is really cool, but with long lists (eg, with Projectile), it breaks lines in the middle of words:

It would probably be best to only break before a binding (eg [a]: do something^[b]: do something else), where ^ is a “breaking space” (and all other spaces are non-breaking), or at least to use word wrap (and, if possible, a non-breaking space after the binding).
Thanks!
The new
M-oaction list in 0.9.x is really cool, but with long lists (eg, with Projectile), it breaks lines in the middle of words:It would probably be best to only break before a binding (eg
[a]: do something^[b]: do something else), where^is a “breaking space” (and all other spaces are non-breaking), or at least to use word wrap (and, if possible, a non-breaking space after the binding).Thanks!