summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-09 20:18:45 -0500
committerKyle Meyer <kyle@kyleam.com>2024-01-22 00:02:53 -0500
commitb52891b2fc01c52a92698e84f6d12e6658444e5f (patch)
tree9abc9a74ff62fc82c4fc64bcb8e9709a6d3b9c48 /init.el
parentfc93b582b2dced044e8a8470a328ef910a2ab851 (diff)
downloademacs.d-b52891b2fc01c52a92698e84f6d12e6658444e5f.tar.gz
haskell: Replace obsolete turn-on-haskell-indentation
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4531c40..426274b 100644
--- a/init.el
+++ b/init.el
@@ -1731,7 +1731,7 @@
(use-package haskell-mode
:config
(setq haskell-process-show-debug-tips nil)
- (add-hook 'haskell-mode-hook #'turn-on-haskell-indentation)
+ (add-hook 'haskell-mode-hook #'haskell-indentation-mode)
(add-hook 'haskell-mode-hook #'interactive-haskell-mode)
(add-hook 'haskell-mode-hook #'turn-on-haskell-doc)
(bind-keys :map haskell-mode-map