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-emacs/emhacks/files: 50emhacks-gentoo.el
Date: Sun, 23 Mar 2008 02:21:57
Message-Id: E1JdFqM-0006zx-Pa@stork.gentoo.org
1 ulm 08/03/23 02:21:54
2
3 Added: 50emhacks-gentoo.el
4 Log:
5 Initial import, from Emacs overlay.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-emacs/emhacks/files/50emhacks-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emhacks/files/50emhacks-gentoo.el?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/emhacks/files/50emhacks-gentoo.el?rev=1.1&content-type=text/plain
13
14 Index: 50emhacks-gentoo.el
15 ===================================================================
16
17 ;;; emhacks site-lisp configuration
18
19 (add-to-list 'load-path "@SITELISP@")
20
21 ;; dir-tree
22 (autoload 'dir-tree "dir-tree"
23 "Display the ROOT directory in a tree widget." t)
24
25 ;; gdiff
26 (require 'gdiff-setup)
27
28 ;; swbuff
29 (autoload 'swbuff-switch-to-next-buffer "swbuff"
30 "Switch to the next buffer in the buffer list." t)
31 (autoload 'swbuff-kill-this-buffer "swbuff"
32 "Kill the current buffer.
33 And update the status window if showing." t)
34
35 ;; tabbar
36 (autoload 'tabbar-local-mode "tabbar" nil t)
37 (autoload 'tabbar-mode "tabbar" nil t)
38 (autoload 'tabbar-mwheel-mode "tabbar" nil t)
39
40 ;; jjar
41 (autoload 'jjar-create "jjar" "Create a new jar file." t)
42 (autoload 'jjar-update "jjar" "Update an existing jar file." t)
43
44 ;; jmaker
45 (autoload 'jmaker-generate-makefile "jmaker"
46 "Generate and edit a Java Makefile in directory ROOT." t)
47
48 ;; jsee
49 (autoload 'jsee-browse-api-doc "jsee"
50 "Browse the Java API Documentation of the current Java file." t)
51
52
53
54 --
55 gentoo-commits@l.g.o mailing list