| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.18 2007/04/19 13:26:37 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.19 2007/04/27 16:10:48 ulm Exp $ |
| 4 | # |
4 | # |
| 5 | # Copyright 2007 Christian Faulhammer <opfer@gentoo.org> |
5 | # Copyright 2007 Christian Faulhammer <opfer@gentoo.org> |
| 6 | # Copyright 2002-2007 Matthew Kennedy <mkennedy@gentoo.org> |
6 | # Copyright 2002-2007 Matthew Kennedy <mkennedy@gentoo.org> |
| 7 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
7 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
| 8 | # Copyright 2007 Ulrich Mueller <ulm@gentoo.org> |
8 | # Copyright 2007 Ulrich Mueller <ulm@gentoo.org> |
| … | |
… | |
| 167 | site-start.el if there is such a file. |
167 | site-start.el if there is such a file. |
| 168 | |
168 | |
| 169 | In order for this site initialization to be loaded for all users |
169 | In order for this site initialization to be loaded for all users |
| 170 | automatically, as was done previously, you can add a line like this: |
170 | automatically, as was done previously, you can add a line like this: |
| 171 | |
171 | |
| 172 | (load "/usr/share/emacs/site-lisp/site-gentoo") |
172 | (load "/usr/share/emacs/site-lisp/site-gentoo" nil t) |
| 173 | |
173 | |
| 174 | to /usr/share/emacs/site-lisp/site-start.el. Alternatively, that line |
174 | to /usr/share/emacs/site-lisp/site-start.el. Alternatively, that line |
| 175 | can be added by individual users to their initialization files, or for |
175 | can be added by individual users to their initialization files, or for |
| 176 | greater flexibility, users can select which of the package-specific |
176 | greater flexibility, users can select which of the package-specific |
| 177 | initialization files in /usr/share/emacs/site-lisp to load. |
177 | initialization files in /usr/share/emacs/site-lisp to load. |