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 4473b1e + f9c34a0 commit 3080f1fCopy full SHA for 3080f1f
haskell-mode.el
@@ -845,8 +845,7 @@ 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)
849
- (haskell-indentation-mode))
+ t))
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