about summary refs log tree commit diff
path: root/emacs.d/init-modes.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-08T14·59+0200
committerVincent Ambo <vincent@spotify.com>2013-07-08T14·59+0200
commit9961463ad7f5cec06447c3b193d50122b12c54d3 (patch)
treeb28ce74ae98b8696cd7f20980d6d6bdbccce8dac /emacs.d/init-modes.el
parent0ebbf64fd1e42e69de29d5d49ffcedbf110c83dd (diff)
emacs: Switched Haskell indent 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 6e523c3877..8a87aeb711 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-.