From b52891b2fc01c52a92698e84f6d12e6658444e5f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 9 Dec 2023 20:18:45 -0500 Subject: haskell: Replace obsolete turn-on-haskell-indentation --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3