We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03fb950 + 930ce1e commit 23978d3Copy full SHA for 23978d3
haskell-mode.el
@@ -845,7 +845,8 @@ Minor modes that work well with `haskell-mode':
845
(add-hook 'completion-at-point-functions
846
'haskell-completions-completion-at-point
847
nil
848
- t))
+ t)
849
+ (haskell-indentation-mode))
850
851
(defcustom haskell-mode-hook '(haskell-indentation-mode interactive-haskell-mode)
852
"List of functions to run after `haskell-mode' is enabled.
0 commit comments