redguardtoo / find-file-in-project

Quick access to project files in Emacs
GNU General Public License v3.0
427 stars 56 forks source link

Fix ffip-prefer-ido-mode void variable reference #129

Closed ideasman42 closed 3 years ago

ideasman42 commented 3 years ago

Resolve this error: ffip-find-files: Symbol’s value as variable is void: ffip-prefer-ido-mode

redguardtoo commented 3 years ago

That's ok. I fixed it the other way.

28b6da9 add missing variable ffip-prefer-ido-mode (Chen Bin)