diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-23 07:14:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-23 07:14:15 +0000 |
commit | 61a1aa657dddf942ed9040de4b8d52a905002d97 (patch) | |
tree | 4556e29f4b5e7eb8be32c5a4b75a4c95dbbaaea6 /app-emacs/volume/files | |
parent | stable on ppc (bug #228991) (diff) | |
download | historical-61a1aa657dddf942ed9040de4b8d52a905002d97.tar.gz historical-61a1aa657dddf942ed9040de4b8d52a905002d97.tar.bz2 historical-61a1aa657dddf942ed9040de4b8d52a905002d97.zip |
Set load-path in site file.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686
Diffstat (limited to 'app-emacs/volume/files')
-rw-r--r-- | app-emacs/volume/files/50volume-gentoo.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emacs/volume/files/50volume-gentoo.el b/app-emacs/volume/files/50volume-gentoo.el index 6ec84ec022ce..b89617e3a76d 100644 --- a/app-emacs/volume/files/50volume-gentoo.el +++ b/app-emacs/volume/files/50volume-gentoo.el @@ -1,4 +1,5 @@ ;;; volume site-lisp configuration +(add-to-list 'load-path "@SITELISP@") (autoload 'volume "volume" "Tweak your sound card volume." t) |