Scratching an Itch
Yesterday I had a technological itch. I was configuring a package in Emacs
and had to search for a variable name, the completion system mixed variables and functions together and it was a bit of a chore. Then I thought “how hard can it be to just create a utility function to list all customizable variables?”. An
(sidenote: And then I spent quite some time tinkering of course :))
later my new package, upiv, was born. You can get it from my forgejo instance.