emacsorphanage / cpp-auto-include

Insert and delete C++ header files automatically.
32 stars 10 forks source link

Consider this huge update: 200+ to 1,500+ lines of code #8

Open ianyepan opened 4 years ago

ianyepan commented 4 years ago

I came across Ben Deane's .emacs.d repo and it turns out that he has been enjoying this idea so much that he extended the code base to 1,500+ lines of code, as can be found here: https://github.com/elbeno/dotemacs/blob/master/.emacs.d/site-lisp/cpp-auto-include.el Would you consider giving this repo a huge update? So far, cpp-auto-include here doesn't support stack, unordered_map and other very commonly used headers, let alone more obscure ones that Ben included.

tarsius commented 3 years ago

Or maybe @elbeno would like to become the maintainer. (I don't use C/C++, which makes me a pretty bad maintainer.)