spacemacs/contrib/company-mode
syl20bnr 2d726f21a0 Rename spacemacs//diminish to spacemacs|diminish
and spacemacs//hide-lighter to spacemacs|hide-lighter
to respect the conventions on macros name
2014-12-03 22:39:18 -05:00
..
funcs.el Hook company-clang into flycheck 2014-11-08 15:08:59 -05:00
packages.el Rename spacemacs//diminish to spacemacs|diminish 2014-12-03 22:39:18 -05:00
Readme.md Use the new exclusion feature for company contrib 2014-11-20 20:24:11 -05:00

Company Mode

This contrib layer switches spacemacs to use company-mode for autocompletion. It automatically uninstalls all auto-complete-mode related packages when you include it.

Clang Fanciness

In funcs.el there are some fancy improvements to company-clang. It includes a hook to load a projects .clang_complete file, which is just a text file with one clang flag per line, a format also used by other text editor clang plugins.

Not only does this allow proper autocomplete on projects with extra includes and flags, but I also hooked it into flycheck so that the error messages don't complain about missing header files and skip the actual problems.

Basically, Spacemacs now has better Clang/C++ than any other Emacs config.

Maintainer

This contrib layer was written by and should be maintained by @trishume, everyone else is welcome to contribute.