diff options
Diffstat (limited to 'app-emacs/erobot/files/50erobot-gentoo.el')
-rw-r--r-- | app-emacs/erobot/files/50erobot-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/erobot/files/50erobot-gentoo.el b/app-emacs/erobot/files/50erobot-gentoo.el index 588bc8a22afe..056b4fb3a851 100644 --- a/app-emacs/erobot/files/50erobot-gentoo.el +++ b/app-emacs/erobot/files/50erobot-gentoo.el @@ -1,6 +1,6 @@ ;;; erobot site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'erobot) |