spacemacs/contrib/company-mode
2014-11-08 15:08:59 -05:00
..
funcs.el Hook company-clang into flycheck 2014-11-08 15:08:59 -05:00
packages.el Hook company-clang into flycheck 2014-11-08 15:08:59 -05:00
Readme.md Add company mode contrib 2014-11-08 15:08:59 -05:00

Company Mode

In order to use this you should disable the default auto-complete package plus everything that depends on it:

(setq-default dotspacemacs-excluded-packages
  '(auto-complete ac-ispell tern-auto-complete auto-complete-clang enslime edts))