emacs-helm / helm-dictionary

Helm source for looking up dictionaries
31 stars 12 forks source link

Autoload missing helm-net and helm-plugin #19

Closed duerrp closed 10 years ago

duerrp commented 10 years ago

Hi,

thanks for your work, I just discovered helm-dictionary and it looks quite useful. However, relying on your autoload, I had to add

(eval-after-load "helm-dictionary"
  '(progn
     (require 'helm-net)
     (require 'helm-plugin)
     ...

to get it to work.

Best Peter

tmalsburg commented 10 years ago

Thanks for catching that. Fixed in b55a155d796c962c6110ab5a4479a2ed2b5ba873.