Extend Haskell support
- Format imports on buffer-save. - Adds two new snippets
This commit is contained in:
parent
b147b5fbd0
commit
bb8cb310fa
3 changed files with 14 additions and 2 deletions
5
emacs.d/snippets/haskell-mode/language-extension
Normal file
5
emacs.d/snippets/haskell-mode/language-extension
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: language extension
|
||||
# key: lang
|
||||
# --
|
||||
{-# LANGUAGE $1 #-}
|
5
emacs.d/snippets/haskell-mode/separator
Normal file
5
emacs.d/snippets/haskell-mode/separator
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Separator
|
||||
# key: -
|
||||
# --
|
||||
--------------------------------------------------------------------------------
|
Loading…
Add table
Add a link
Reference in a new issue