Closed dakra closed 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.
I asked github to "unfork" the repository, thanks for noticing it!
Great work, thanks.
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