Skip to content

Commit

Permalink
Delete trailing whitespace in haskell-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
drewr committed Jun 19, 2015
1 parent 298080f commit abb6bdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions d/init.el
Expand Up @@ -182,8 +182,7 @@
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
(add-hook 'haskell-mode-hook '(lambda ()
(add-hook 'before-save-hook
'delete-trailing-whitespace
nil t)))
'delete-trailing-whitespace)))

;;(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
;;(add-hook 'haskell-mode-hook 'turn-on-haskell-simple-indent)
Expand Down

0 comments on commit abb6bdc

Please sign in to comment.