summaryrefslogtreecommitdiff
path: root/init/km-haskell.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/km-haskell.el')
-rw-r--r--init/km-haskell.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init/km-haskell.el b/init/km-haskell.el
index 58bc2c8..e687cf3 100644
--- a/init/km-haskell.el
+++ b/init/km-haskell.el
@@ -1,3 +1 @@
-;; randomly chose one of three given in help
-(custom-set-variables
- '(haskell-mode-hook '(turn-on-haskell-indentation)))
+(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)