BubbaT
BubbaT

Reputation: 1840

Emacs and C++

Once again it is time to clean up my emacs setup. Before I go cleaning it up, are there any packages that you would recommend above and beyond c++-mode, cedet, ecb, speedbar etc. ? Especially stuff that's new in the last five years.

Upvotes: 3

Views: 982

Answers (3)

RichieHH
RichieHH

Reputation: 2123

You might like some of the stuff I added for C programming including splint, cdecl, scons support in making projects and xcscope.

http://richardriley.net/default/projects/emacs/dotprogramming

Upvotes: 0

Alex Ott
Alex Ott

Reputation: 87174

I use msf-abbrevs package for inserting code snippets as i type special code words - something like for, if, etc, but with highliting of positions, that should be filled out, and moving between them with TAB key

Upvotes: 0

J Cooper
J Cooper

Reputation: 17051

This could be helpful!

Upvotes: 2

Related Questions