about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/sh-mode/function
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/snippets/sh-mode/function')
-rw-r--r--users/wpcarro/emacs/.emacs.d/snippets/sh-mode/function7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/snippets/sh-mode/function b/users/wpcarro/emacs/.emacs.d/snippets/sh-mode/function
new file mode 100644
index 0000000000..efa946bb27
--- /dev/null
+++ b/users/wpcarro/emacs/.emacs.d/snippets/sh-mode/function
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: Create function
+# key: fn
+# --
+$1() {
+  $2
+}
\ No newline at end of file