abo-abo / function-args

C++ completion for GNU Emacs
120 stars 10 forks source link

`function-args.el` should require `swiper` #24

Closed dholm closed 9 years ago

dholm commented 9 years ago

Functions like moo-complete require functions that are defined in ivy/swiper but function-args.el doesn't have a require for this module. This is what happens when calling moo-complete without specifically requiring swiper first:

moo-select-candidate: Symbol's function definition is void: ivy-read
abo-abo commented 9 years ago

Thanks for noticing. Should work now.