Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hlint/files/
Date: Thu, 22 Apr 2021 18:36:08
Message-Id: 1619116561.d1cbc6fdfbd120a549911eceece5d57590a3a08d.slyfox@gentoo
1 commit: d1cbc6fdfbd120a549911eceece5d57590a3a08d
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Apr 22 18:13:31 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 18:36:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cbc6fd
7
8 dev-haskell/hlint: remove unused file
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/hlint/files/60hlint-gentoo.el | 7 -------
15 1 file changed, 7 deletions(-)
16
17 diff --git a/dev-haskell/hlint/files/60hlint-gentoo.el b/dev-haskell/hlint/files/60hlint-gentoo.el
18 deleted file mode 100644
19 index 990d5a89b5f..00000000000
20 --- a/dev-haskell/hlint/files/60hlint-gentoo.el
21 +++ /dev/null
22 @@ -1,7 +0,0 @@
23 -
24 -;; hlint emacs integration site initialisation
25 -(add-to-list 'load-path "@SITELISP@")
26 -(require 'hs-lint)
27 -(defun hlint-haskell-mode-hook ()
28 - (local-set-key "\C-cl" 'hs-lint))
29 -(add-hook 'haskell-mode-hook 'hlint-haskell-mode-hook)