Skip to content

Commit

Permalink
Merge pull request bbatsov#885 from ankhers/haskell_indentation_funct…
Browse files Browse the repository at this point in the history
…ion_obsolete

Replace a couple of obsolete haskell-mode functions
  • Loading branch information
bbatsov committed Jul 30, 2015
2 parents 9ffbf9e + 4f07b6a commit 4ea6d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/prelude-haskell.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
'(progn
(defun prelude-haskell-mode-defaults ()
(subword-mode +1)
(turn-on-haskell-doc-mode)
(turn-on-haskell-indentation)
(haskell-doc-mode)
(haskell-indentation-mode)
(interactive-haskell-mode +1))

(setq prelude-haskell-mode-hook 'prelude-haskell-mode-defaults)
Expand Down

0 comments on commit 4ea6d30

Please sign in to comment.