simpc-mode icon indicating copy to clipboard operation
simpc-mode copied to clipboard

Simple C mode for Emacs

Results 2 simpc-mode issues
Sort by recently updated
recently updated
newest added

Case labels are indented in a strange way, so I fixed it. Previous behavior: ```c switch (x) { case 10: printf("x is 10!\n"); break; default: printf("x is not 10 :(\n");...

I'm a lnew emacs user and I don't know how to install this mode