Added emacs scripts
This commit is contained in:
13
.emacs.d/elpa/haskell-mode-13.12/snippets/haskell-mode/main
Normal file
13
.emacs.d/elpa/haskell-mode-13.12/snippets/haskell-mode/main
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: main
|
||||
# name: main module
|
||||
# condition: (= (length "main") (current-column))
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# contributor: Luke Hoersten <luke@hoersten.org>
|
||||
# --
|
||||
module Main where
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
${1:undefined}$0
|
||||
return ()
|
Reference in New Issue
Block a user