diff options
author | 2003-12-10 21:09:44 +0000 | |
---|---|---|
committer | 2003-12-10 21:09:44 +0000 | |
commit | f3a8e3fabcdee96a6fdfcc01a8a090e4986aeade (patch) | |
tree | 13b742fc20f3c0062967921c87e412fda48c7da1 /app-emacs/riece/files | |
parent | Update selinux check. (diff) | |
download | gentoo-2-f3a8e3fabcdee96a6fdfcc01a8a090e4986aeade.tar.gz gentoo-2-f3a8e3fabcdee96a6fdfcc01a8a090e4986aeade.tar.bz2 gentoo-2-f3a8e3fabcdee96a6fdfcc01a8a090e4986aeade.zip |
Marked as stable.
Diffstat (limited to 'app-emacs/riece/files')
-rw-r--r-- | app-emacs/riece/files/50riece-gentoo.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/riece/files/50riece-gentoo.el b/app-emacs/riece/files/50riece-gentoo.el index 59f32d6366bf..94450fac2ea7 100644 --- a/app-emacs/riece/files/50riece-gentoo.el +++ b/app-emacs/riece/files/50riece-gentoo.el @@ -1,4 +1,5 @@ + ;;; riece site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (autoload 'riece "riece" "Start riece." t) |