Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

Why (setq ac-sources '(ac-source-clang-async)) ? #72

Closed tsukimizake closed 10 years ago

tsukimizake commented 10 years ago

The setup example in README tells us to (setq ac-sources '(ac-source-clang-async)), but it hides other ac-sources. I'm using (add-to-list 'ac-sources 'ac-source-clang-async) instead, and it works well without the problem.

tsukimizake commented 10 years ago

Sorry, I was confused. It doesn't work for non-member completion.