Golevka / emacs-clang-complete-async

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

Why (provide 'auto-complete-clang-async) at the beginning of the file? #45

Open tkf opened 11 years ago

tkf commented 11 years ago

I think this is an anti-pattern because people can't use eval-after-load etc.