bling / fzf.el

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

Fix fzf not working in Emacs 29 build 2022-10-20 #79

Closed vnckppl closed 1 year ago

vnckppl commented 1 year ago

(linum-mode 0) was causing fzf to not work in the Emacs 29 build of 2022-10-20. After adding a conditional statement for running this funtion that checks the version of Emacs, it was working again.