Skip to content

Commit 23978d3

Browse files
authored
Merge pull request #1646 from haskell/revert-1633-master
Revert "Remove extra loading of haskell-indentation-mode"
2 parents 03fb950 + 930ce1e commit 23978d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

haskell-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,8 @@ Minor modes that work well with `haskell-mode':
845845
(add-hook 'completion-at-point-functions
846846
'haskell-completions-completion-at-point
847847
nil
848-
t))
848+
t)
849+
(haskell-indentation-mode))
849850

850851
(defcustom haskell-mode-hook '(haskell-indentation-mode interactive-haskell-mode)
851852
"List of functions to run after `haskell-mode' is enabled.

0 commit comments

Comments
 (0)