bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
364 stars 49 forks source link

Generalize fzf.el into a completion engine with fzf #63

Closed rolag closed 3 years ago

rolag commented 3 years ago

This pull request rebases https://github.com/bling/fzf.el/pull/39 to master so it can be merged.

Instead of deleting existing functions that fzf.el exposed, such as fzf-git, I rewrote the functions to use the new fzf/start so users won't have their existing configs broken.

bling commented 3 years ago

thank you for doing this. can you please pull in the readme that @seenaburns made as well?

rolag commented 3 years ago

Done :+1: