You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/hlint/files/60hlint-gentoo.el

8 lines
231 B

;; hlint emacs integration site initialisation
(add-to-list 'load-path "@SITELISP@")
(require 'hs-lint)
(defun hlint-haskell-mode-hook ()
(local-set-key "\C-cl" 'hs-lint))
(add-hook 'haskell-mode-hook 'hlint-haskell-mode-hook)