aboutsummaryrefslogtreecommitdiff
path: root/haskell.el
diff options
context:
space:
mode:
Diffstat (limited to 'haskell.el')
-rw-r--r--haskell.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell.el b/haskell.el
new file mode 100644
index 0000000..45a5c71
--- /dev/null
+++ b/haskell.el
@@ -0,0 +1,4 @@
+(require 'hs-lint)
+(defun bard/haskell-mode-hook ()
+ (local-set-key (kbd "C-c h l") 'hs-lint))
+(add-hook 'haskell-mode-hook 'bard/haskell-mode-hook)