bling / fzf.el

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

FZF not working with Emacs 24.4 #3

Closed MichaelMackus closed 8 years ago

MichaelMackus commented 8 years ago

Getting this error (when running ":fzf" after "emacs -nw"):

/home/michael/.fzf/fzf:929:in `get_input': undefined method `getc' for nil:NilClass (NoMethodError)

If I run "M-x fzf" in a normal emacs (gui) window, the screen just flashes for a millisecond and then gives no output.

Would be great to have fzf working here, any input would be appreciated.

bling commented 8 years ago

that looks like a ruby error...

double check the your emacs has the correct PATH set up.

MichaelMackus commented 8 years ago

Doh!

My bad, I fixed this by adding this to my .emacs

'(add-to-list 'load-path "~/.fzf")