cofi / evil-numbers

Increment and decrement numbers in Emacs
GNU General Public License v3.0
119 stars 23 forks source link

Add 'g C-a' like incremental increment functionality, support block selections, and more #11

Open juliapath opened 8 years ago

juliapath commented 8 years ago

I'm not sure if incremental increment is a good description, but it was the best I could come up with.

noctuid commented 6 years ago

There's an extra &optional that needs to be removed for this to work.

juliapath commented 6 years ago

@noctuid Thank you.