Skip to content

Commit

Permalink
Fix flymake-hlint hook code
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Mar 11, 2013
1 parent e518a2a commit bbb927b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-haskell.el
Expand Up @@ -14,6 +14,6 @@
(add-hook 'inferior-haskell-mode-hook 'turn-on-ghci-completion)

(require-package 'flymake-hlint)
(add-hook 'haskell-mode-hook #'flymake-hlint-init)
(add-hook 'haskell-mode-hook #'flymake-hlint-load)

(provide 'init-haskell)

0 comments on commit bbb927b

Please sign in to comment.