about summary refs log tree commit diff
path: root/emacs.d/init-modes.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init-modes.el')
-rw-r--r--emacs.d/init-modes.el2
1 files changed, 1 insertions, 1 deletions
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-.