gregsexton / origami.el

A folding minor mode for Emacs
516 stars 41 forks source link

Support for C-Makros #27

Closed forflo closed 8 years ago

forflo commented 8 years ago

It'd be very nice if annoying makros like

    #ifdef FOO
    printf("annoying poor man's debug\n");
    #endif

could be transformed into something like

     #ifdef FOO {...}

If you don't have the time, let me know. I'll try to write it on my own then...

gregsexton commented 8 years ago

This would be cool. I'll certainly add it to the backlog but if you want to have a go please feel free to send a PR. :)