diff options
author | William Carroll <wpcarro@gmail.com> | 2018-06-15T18·27-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | 0e73a0e77f938cc27b9aec90f697d6eca21b7ce8 (patch) | |
tree | 6abd5e6e1077fd75fb478fc66791b43c86076ad6 /emacs.d/snippets/haskell-mode/undefined | |
parent | b9d2e04efbe00a7385a871a4c4f8eb4d9cec6c62 (diff) |
Support additional Haskell snippets
Snippets make my life easier.
Diffstat (limited to 'emacs.d/snippets/haskell-mode/undefined')
-rw-r--r-- | emacs.d/snippets/haskell-mode/undefined | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/snippets/haskell-mode/undefined b/emacs.d/snippets/haskell-mode/undefined new file mode 100644 index 000000000000..7609f801f278 --- /dev/null +++ b/emacs.d/snippets/haskell-mode/undefined @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: Undefiend +# key: nd +# -- +undefined \ No newline at end of file |