commit: d1cbc6fdfbd120a549911eceece5d57590a3a08d Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Apr 22 18:13:31 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Apr 22 18:36:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cbc6fd
dev-haskell/hlint: remove unused file Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/hlint/files/60hlint-gentoo.el | 7 ------- 1 file changed, 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 990d5a89b5f..00000000000 --- 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)
