PythonNut / company-flx

:city_sunset: Flx fuzzy matching for company
GNU General Public License v3.0
85 stars 6 forks source link

company-flx isn't available after install #3

Closed mattiasb closed 8 years ago

mattiasb commented 8 years ago

company-flx-mode isn't available after install from melpa. I can't start it via M-x and it fails with

Symbol's function definition is void: company-flx-mode

if I add

(with-eval-after-load 'company
  (company-flx-mode +1))

to my init.el.

PythonNut commented 8 years ago

Sorry. That's because I failed to include the correct autoload annotation. I'll fix it asap.