Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/noweb/files: 50noweb-gentoo.el
Date: Fri, 04 Jul 2008 03:48:27
Message-Id: E1KEcHW-0003sq-8g@stork.gentoo.org
1 ulm 08/07/04 03:48:22
2
3 Added: 50noweb-gentoo.el
4 Log:
5 Optionally install Emacs noweb-mode, bug 230229.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.1 app-text/noweb/files/50noweb-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/noweb/files/50noweb-gentoo.el?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/noweb/files/50noweb-gentoo.el?rev=1.1&content-type=text/plain
13
14 Index: 50noweb-gentoo.el
15 ===================================================================
16
17 ;;; noweb site-lisp configuration
18
19 (add-to-list 'load-path "@SITELISP@")
20 (autoload 'noweb-mode "noweb-mode"
21 "Minor meta mode for editing noweb files." t)
22 (add-to-list 'auto-mode-alist '("\\.nw\\'" . noweb-mode))
23
24
25
26 --
27 gentoo-commits@l.g.o mailing list