Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hlint/files: 60hlint-gentoo.el
Date: Wed, 29 Jan 2014 21:57:44
Message-Id: 20140129215740.D26C22004E@flycatcher.gentoo.org
1 slyfox 14/01/29 21:57:40
2
3 Added: 60hlint-gentoo.el
4 Log:
5 Initiali import of library and tool for source code suggestions from gentoo-haskell overlay (asked by asgar).
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.1 dev-haskell/hlint/files/60hlint-gentoo.el
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hlint/files/60hlint-gentoo.el?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hlint/files/60hlint-gentoo.el?rev=1.1&content-type=text/plain
14
15 Index: 60hlint-gentoo.el
16 ===================================================================
17
18 ;; hlint emacs integration site initialisation
19 (add-to-list 'load-path "@SITELISP@")
20 (require 'hs-lint)
21 (defun hlint-haskell-mode-hook ()
22 (local-set-key "\C-cl" 'hs-lint))
23 (add-hook 'haskell-mode-hook 'hlint-haskell-mode-hook)