diff options
| author | Simeon Simeonov | 2018-03-06 13:11:32 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-03-06 13:11:32 +0100 |
| commit | de9d904f4a4a7b3df8d536bc3dc964c1b2c61786 (patch) | |
| tree | 8f99a32d9f188355f6bca32f829c84e81a3afc67 /.emacs.d/snippets/c-mode | |
| parent | 361ce94b7639413592ec8d75d1abbc4a0990170c (diff) | |
Upgrade php-mode, yasnippet and add glib_false glib_print glib_printf glib_true
Diffstat (limited to '.emacs.d/snippets/c-mode')
| -rw-r--r-- | .emacs.d/snippets/c-mode/glib_false | 5 | ||||
| -rw-r--r-- | .emacs.d/snippets/c-mode/glib_print | 5 | ||||
| -rw-r--r-- | .emacs.d/snippets/c-mode/glib_printf | 5 | ||||
| -rw-r--r-- | .emacs.d/snippets/c-mode/glib_true | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/glib_false b/.emacs.d/snippets/c-mode/glib_false new file mode 100644 index 0000000..de9015d --- /dev/null +++ b/.emacs.d/snippets/c-mode/glib_false | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: glib_false | ||
| 3 | # key: GF | ||
| 4 | # -- | ||
| 5 | FALSE \ No newline at end of file | ||
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 | ||
diff --git a/.emacs.d/snippets/c-mode/glib_printf b/.emacs.d/snippets/c-mode/glib_printf new file mode 100644 index 0000000..06107db --- /dev/null +++ b/.emacs.d/snippets/c-mode/glib_printf | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: glib_printf | ||
| 3 | # key: gpf | ||
| 4 | # -- | ||
| 5 | g_printf("${1:format string}"$2); \ No newline at end of file | ||
diff --git a/.emacs.d/snippets/c-mode/glib_true b/.emacs.d/snippets/c-mode/glib_true new file mode 100644 index 0000000..0baf8e8 --- /dev/null +++ b/.emacs.d/snippets/c-mode/glib_true | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: glib_true | ||
| 3 | # key: GT | ||
| 4 | # -- | ||
| 5 | TRUE \ No newline at end of file | ||
