diff options
Diffstat (limited to '.emacs.d/snippets/c-mode/glib_print')
| -rw-r--r-- | .emacs.d/snippets/c-mode/glib_print | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/glib_print b/.emacs.d/snippets/c-mode/glib_print new file mode 100644 index 0000000..23adaab --- /dev/null +++ b/.emacs.d/snippets/c-mode/glib_print | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: glib_print | ||
| 3 | # key: gp | ||
| 4 | # -- | ||
| 5 | g_printf("$0"); \ No newline at end of file | ||
