diff options
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/snippets/c-mode/struct')
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/snippets/c-mode/struct | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/snippets/c-mode/struct b/users/wpcarro/emacs/.emacs.d/snippets/c-mode/struct new file mode 100644 index 000000000000..6e9282f83c79 --- /dev/null +++ b/users/wpcarro/emacs/.emacs.d/snippets/c-mode/struct @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: struct +# key: struct +# -- +typedef struct $1 { + $2 +} $1_t; \ No newline at end of file |