Search Results

10
votes

Starting any Emacs buffer with a .c extension with a template

Put somthing like this in .emacs (define-skeleton c-throwaway "Throwaway C skeleton" "#include <stdio.h>\n" "#include <stdlib.h>\n" "\n" "int main …