about summary refs log tree commit diff
path: root/emacs.d/snippets/haskell-mode/separator
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-07-06T17·34-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-07-19T16·00-0400
commitbb8cb310fa67db5f1431aeb69607722ebbb51217 (patch)
tree3fbac411a10cfb3da77df99698f26195b9becc84 /emacs.d/snippets/haskell-mode/separator
parentb147b5fbd02440b602710bb86340bfe33ba21895 (diff)
Extend Haskell support
- Format imports on buffer-save.
- Adds two new snippets
Diffstat (limited to 'emacs.d/snippets/haskell-mode/separator')
-rw-r--r--emacs.d/snippets/haskell-mode/separator5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/snippets/haskell-mode/separator b/emacs.d/snippets/haskell-mode/separator
new file mode 100644
index 000000000000..1ab0d762b611
--- /dev/null
+++ b/emacs.d/snippets/haskell-mode/separator
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: Separator
+# key: -
+# --
+--------------------------------------------------------------------------------
\ No newline at end of file