bling / fzf.el

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

Account for show-trailing-whitespace #30

Closed agsdot closed 6 years ago

agsdot commented 6 years ago

I have (setq-default show-trailing-whitespace t) set in my emacs config. While I normally want trailing whitespace to show, I do not want to see it in fzf results.

Here are some before and after comparisons:

before

after

Thanks for making this great package @bling.

bling commented 6 years ago

thanks!

agsdot commented 6 years ago

You're welcome.