summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-c-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* EMACS: Added ide-skelGravatar Tom Willemsen2011-05-161-1/+1
|
* EMACS: c-mode keysGravatar Tom Willemsen2011-04-261-1/+7
| | | | | | | | | | * Mapped <Return> to c-indent-new-comment-line followed by a c-indent-line-or-region. * Mapped <C-return> to newline, since c-indent-new-comment-line inserts a \ at the end of #define statements and #include statements which makes the compiler think the line continues on the next.
* EMACS: Toggle header and sourceGravatar Tom Willemsen2011-04-231-0/+3
Wrote a function to toggle views between a header and source file in c-mode and locally bound this to F11.