diff options
| author | Simeon Simeonov | 2019-01-08 10:41:09 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2019-01-08 10:41:09 +0100 |
| commit | 1adfb1d130c27b4d0f12d956446604a3714c1bc9 (patch) | |
| tree | 4a5acbabe5c01af7fa0e2fbcca183d634df16c78 /.emacs.d/snippets/c-mode/fprintf | |
| parent | 91a787a67152d5c62a311a0e49a5242d8a6fb2b8 (diff) | |
Add lua-mode.el, update php-mode and yasnippet, add some new C and Python snippets
Diffstat (limited to '.emacs.d/snippets/c-mode/fprintf')
| -rw-r--r-- | .emacs.d/snippets/c-mode/fprintf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/fprintf b/.emacs.d/snippets/c-mode/fprintf new file mode 100644 index 0000000..6b269eb --- /dev/null +++ b/.emacs.d/snippets/c-mode/fprintf | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: fprintf | ||
| 3 | # key: fprintf | ||
| 4 | # -- | ||
| 5 | fprintf(${1:stdout}, "${2:format string}", ${3:variable}); | ||
