Support additional Haskell snippets
Snippets make my life easier.
This commit is contained in:
parent
b9d2e04efb
commit
0e73a0e77f
2 changed files with 11 additions and 0 deletions
6
emacs.d/snippets/haskell-mode/instance-defn
Normal file
6
emacs.d/snippets/haskell-mode/instance-defn
Normal file
|
@ -0,0 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Instance
|
||||
# key: inst
|
||||
# --
|
||||
instance $1 where
|
||||
$2 = $3
|
5
emacs.d/snippets/haskell-mode/undefined
Normal file
5
emacs.d/snippets/haskell-mode/undefined
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Undefiend
|
||||
# key: nd
|
||||
# --
|
||||
undefined
|
Loading…
Reference in a new issue