dakra / speed-type

Practice touch/speed typing in emacs
GNU General Public License v3.0
137 stars 19 forks source link

Add speed-type-wordlist-transform function #15

Closed dakra closed 5 years ago

dakra commented 5 years ago

I decided to make a very simple but also flexible solution to #13.

If you really want to get asked every time you can just put something like completing-read in your transform function. I think that's "good enough" for most people ;)

I also added another unrelated commit where I use the defvar-local macro. Imho it's way "tidier" this way, but if you don't agree I can remove it.

Thanks

dakra commented 5 years ago

And unrelated to this PR, but maybe you want to message GitHub support to "unfork" your repository. See https://help.github.com/en/articles/why-are-my-contributions-not-showing-up-on-my-profile#commit-was-made-in-a-fork

This way our contributions show up on the timeline.

parkouss commented 5 years ago

I asked github to "unfork" the repository, thanks for noticing it!

parkouss commented 5 years ago

Great work, thanks.