diff options
-rw-r--r-- | dev-haskell/hlint/files/60hlint-gentoo.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-haskell/hlint/files/60hlint-gentoo.el b/dev-haskell/hlint/files/60hlint-gentoo.el deleted file mode 100644 index 990d5a89b5fb..000000000000 --- a/dev-haskell/hlint/files/60hlint-gentoo.el +++ /dev/null @@ -1,7 +0,0 @@ - -;; 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) |