creichert / ido-vertical-mode.el

makes ido-mode display vertically
211 stars 22 forks source link

Implement customizable indicator (#28) #44

Closed randymorris closed 8 years ago

randymorris commented 8 years ago

Second crack at this. I think everything is working this time and the tests are passing locally now that I know how to run them.

This change adds a new custom variable ido-vertical-indicator that has a default value of "->".

creichert commented 8 years ago

Cool, I like it! Out of curiousity, what are you using as the vertical indicator now?

randymorris commented 8 years ago

I honestly just saw the feature request and figured I'd give it a shot. I could see maybe a unicode arrow or triangle or something?

It's been a long time since I looked at any elisp and I'm second guessing myself here and feeling like I've still not done this right.

creichert commented 8 years ago

@randymorris no problem, really. I'm thinking about using the lambda symbol as an indicator so i'll chime in once I test it.