diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-12-09 20:18:45 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2024-01-22 00:02:53 -0500 |
commit | b52891b2fc01c52a92698e84f6d12e6658444e5f (patch) | |
tree | 9abc9a74ff62fc82c4fc64bcb8e9709a6d3b9c48 | |
parent | fc93b582b2dced044e8a8470a328ef910a2ab851 (diff) | |
download | emacs.d-b52891b2fc01c52a92698e84f6d12e6658444e5f.tar.gz |
haskell: Replace obsolete turn-on-haskell-indentation
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |