hlissner/emacs-company-dict

can company-dict integrated to company-complete?

Closed this issue · 1 comments

now i should type company-dict to popup words listed from my custom dict( or bind with keys)
is there a way that i just type company-complete instead of typing company-dict?

Whoa, so sorry for the really late reply. Yes, you can do this by adding company-dict to company-backends, like so:

(add-to-list 'company-backends 'company-dict)