summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-04-22 20:13:31 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2021-04-22 19:36:01 +0100
commitd1cbc6fdfbd120a549911eceece5d57590a3a08d (patch)
treec38f3536d848d657548969fecdcca5f85ab2698f
parentdev-haskell/hakyll: remove unused patch(es) (diff)
downloadgentoo-d1cbc6fdfbd120a549911eceece5d57590a3a08d.tar.gz
gentoo-d1cbc6fdfbd120a549911eceece5d57590a3a08d.tar.bz2
gentoo-d1cbc6fdfbd120a549911eceece5d57590a3a08d.zip
dev-haskell/hlint: remove unused file
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-haskell/hlint/files/60hlint-gentoo.el7
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)