summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/return
diff options
context:
space:
mode:
authorSimeon Simeonov2017-02-28 09:37:43 +0100
committerSimeon Simeonov2017-02-28 09:37:43 +0100
commit47da1e3e9ae19fac8b7fb8263372745bf3dfaf59 (patch)
tree6ea67663b8f638ac3da2cd17418319f510456b41 /.emacs.d/snippets/c-mode/return
parent76a5d73336f125de166c111b1d3e637d122d65ca (diff)
Add a few more snippets for c-mode (null, return), cleanup for print and printf
Diffstat (limited to '.emacs.d/snippets/c-mode/return')
-rw-r--r--.emacs.d/snippets/c-mode/return5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/return b/.emacs.d/snippets/c-mode/return
new file mode 100644
index 0000000..70751a2
--- /dev/null
+++ b/.emacs.d/snippets/c-mode/return
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: return
3# key: r
4# --
5return $0; \ No newline at end of file