From 9961463ad7f5cec06447c3b193d50122b12c54d3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 8 Jul 2013 16:59:35 +0200 Subject: emacs: Switched Haskell indent mode --- emacs.d/init-modes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/init-modes.el') diff --git a/emacs.d/init-modes.el b/emacs.d/init-modes.el index 6e523c387734..8a87aeb711da 100644 --- a/emacs.d/init-modes.el +++ b/emacs.d/init-modes.el @@ -14,7 +14,7 @@ ;; Configure haskell-mode ;; Enable semi-automatic indentation and font-locking -(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) +(add-hook 'haskell-mode-hook 'turn-on-haskell-indent) (add-hook 'haskell-mode-hook 'font-lock-mode) ;; Add keybindings to move nested blocks with C-, rsp. C-. -- cgit 1.4.1