Fuzzy search Emacs compile history

from blog lmno.lol @alvaro, | ↗ original
I wrote about searching bash history with Emacs Helm some time ago. Since then, I've learned about completing-read to generically handle simple Emacs completions (very handy for supporting Helm, Ivy, and Ido completions). Here's a simple way to combine completing-read and the compile command to enable fuzzy searching your compile history: (defun...