summaryrefslogtreecommitdiff
path: root/init/km-haskell.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-01-23 00:48:39 -0500
committerKyle Meyer <kyle@kyleam.com>2014-01-23 00:54:03 -0500
commitb530339d124e7d7a1e71465e1c1f1ad349e82048 (patch)
tree3cd8d261b13a59661da1a2b98d0a7f54bf14dae8 /init/km-haskell.el
parent2eb92028ea77dd61d65364292442e3797d1a9c87 (diff)
downloademacs.d-b530339d124e7d7a1e71465e1c1f1ad349e82048.tar.gz
Remove use of custom-set-variables
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)