diff options
| author | Simeon Simeonov | 2015-08-28 11:10:13 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2015-08-28 11:10:13 +0200 |
| commit | 3ec6ac6a8d888043cc12dfe6f77adcd0cfc1b086 (patch) | |
| tree | c2382110856abc0cae77f8360ea2b0d8962d07f9 /.emacs.d/snippets/c-mode | |
| parent | eeeaae3a34ca050c9ea30aa3950dc91db70b9b1a (diff) | |
Upgrade all, add yaml, few snippet fixes
Diffstat (limited to '.emacs.d/snippets/c-mode')
| -rw-r--r-- | .emacs.d/snippets/c-mode/printf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/c-mode/printf b/.emacs.d/snippets/c-mode/printf index ccc788c..ec1567e 100644 --- a/.emacs.d/snippets/c-mode/printf +++ b/.emacs.d/snippets/c-mode/printf | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | 1 | # -*- mode: snippet -*- |
| 2 | # name: printf | 2 | # name: printf |
| 3 | # key: pr | 3 | # key: p |
| 4 | # -- | 4 | # -- |
| 5 | printf("${1:format string}"${2: ,a0,a1}); \ No newline at end of file | 5 | printf("${1:format string}"${2: ,a0,a1}); \ No newline at end of file |
