Skip to content

Commit f9c34a0

Browse files
committed
Remove extra loading of haskell-indentation-mode
haskell-indentation-mode is already loaded by default in the haskell-mode-hook. By forcing it to load every time haskell-mode loads, the user can disable it only by toggling it off again; removing haskell-indentation-mode from haskell-mode-hook will have no effect.
1 parent 4aa8875 commit f9c34a0

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)