diff options
Diffstat (limited to 'app-emacs/typing/files/50typing-gentoo.el')
-rw-r--r-- | app-emacs/typing/files/50typing-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/typing/files/50typing-gentoo.el b/app-emacs/typing/files/50typing-gentoo.el index caa7513d3e3f..9a7de41252c8 100644 --- a/app-emacs/typing/files/50typing-gentoo.el +++ b/app-emacs/typing/files/50typing-gentoo.el @@ -1,6 +1,6 @@ ;;; typing site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (autoload 'typing-of-emacs "typing" "The Typing of Emacs, a game." t) |