Mercurial > hg > xemacs-beta
diff man/xemacs/packages.texi @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/man/xemacs/packages.texi Mon Aug 13 11:18:12 2007 +0200 +++ b/man/xemacs/packages.texi Mon Aug 13 11:19:21 2007 +0200 @@ -134,13 +134,15 @@ already have some or all of the packages on a local disk, such as a CDROM. If you want to install from a local disk, you must first tell XEmacs where to find the package binaries. This is done by adding a line -like the following to your @file{.emacs} file: +like the following to your init file: @example (setq package-get-remote (cons (list nil "/my/path/to/package/binaries") package-get-remote)) @end example +@xref{Init File}. + Here, you'd change @file{/my/path/to/package/binaries} to be the path to your local package binaries. Next, restart XEmacs, and you're ready to go (advanced users can just re-evaluate the sexp).