about summary refs log tree commit diff
path: root/snippets/haskell-mode/undefined
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2018-03-29T22·10-0400
committerGriffin Smith <root@gws.fyi>2018-03-29T22·10-0400
commitd88fb3194f2a50efa6d407e85d47d14da3700ff3 (patch)
tree3aa434e148f4f767a992c87b144d536c0e10b689 /snippets/haskell-mode/undefined
Initial commit
Diffstat (limited to 'snippets/haskell-mode/undefined')
-rw-r--r--snippets/haskell-mode/undefined6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/haskell-mode/undefined b/snippets/haskell-mode/undefined
new file mode 100644
index 0000000000..7bcd99b571
--- /dev/null
+++ b/snippets/haskell-mode/undefined
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: undefined
+# key: u
+# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil))
+# --
+undefined$1
\ No newline at end of file