Age | Commit message (Collapse) | Author |
|
Add a function to generate a skeleton test file automatically, and
bind that to a key.
|
|
* c-conf.el (durand-c-prefix-map): Bind the pragma and the include
functions.
(c-mode-map): Bind the prefix map.
(durand-c-include): Generate the include directives automatically.
|
|
* c-conf.el (generate-pragma): This generates a pragma for header
files, and an include statement for C files.
|
|
* c-conf.el (c-mode-map): I don't know why I didn't bind this earlier.
|
|
* c-conf.el (c-macro-preprocessor): Set it to a sane default.
* init.el (prepare-c): Lazy load c-conf.el
|