Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
906 stars 99 forks source link

manual installation without melpa (clang_complete) #512

Closed 3246251196 closed 5 years ago

3246251196 commented 5 years ago

I always install my packages manually instead of using the package manager.

I have noticed that I was not getting completions because I also needed:

(requires 'irony-cdb-clang-complete)

This solves the issue.

The question is: is this expected - should requires 'irony - not be enough. If not, then should this be documented somewhere?