Skip to content

Commit 3080f1f

Browse files
authored
Merge pull request #1633 from massysett/master
Remove extra loading of haskell-indentation-mode
2 parents 4473b1e + f9c34a0 commit 3080f1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

haskell-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,7 @@ 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)
849-
(haskell-indentation-mode))
848+
t))
850849

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

0 commit comments

Comments
 (0)