redguardtoo / company-ctags

Fastest Emacs auto-completion using Company and Ctags
GNU General Public License v3.0
56 stars 3 forks source link

Symbol's function definition is void: company-begin backend #9

Closed patryk94 closed 3 years ago

patryk94 commented 4 years ago

Getting the error in the title trying to launch M-x company-ctags

My current setup in the .emacs (add-to-list 'load-path "~/.emacs.d/plugins/company-ctags/") (require 'company-ctags) (with-eval-after-load 'company (company-ctags-auto-setup))

Tried with-eval-after-load 'company (add-to-list 'company-backends))

but gave me no luck. Any ideas?

redguardtoo commented 4 years ago

You need install and set up company-mode first. Check my updated README.

Besides, you could use https://melpa.org to install the package.