waymondo / frog-jump-buffer

The fastest buffer-jumping Emacs lisp package around
158 stars 5 forks source link

frog-jump-buffer-filter-same-project error outside project with project.el #26

Closed vuori closed 2 years ago

vuori commented 2 years ago

When using frog-jump-buffer-filter-same-project in a buffer outside a project with frog-jump-buffer-project-package set to 'project, an error is raised due to nil from (project-current) being passed to project-buffers.

I guess this should have the same nil check that's in the projectile version of the code.

waymondo commented 2 years ago

Thanks for pointing this out, just pushed a commit for it