Merge pull request #885 from ankhers/haskell_indentation_function_obsolete
Replace a couple of obsolete haskell-mode functions
This commit is contained in:
commit
4ea6d30dc2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue