From b530339d124e7d7a1e71465e1c1f1ad349e82048 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 23 Jan 2014 00:48:39 -0500 Subject: Remove use of custom-set-variables --- init/km-haskell.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'init/km-haskell.el') 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) -- cgit v1.2.3