diff options
Diffstat (limited to 'app-emacs/emacs-wget/files/65emacs-wget-gentoo.el')
-rw-r--r-- | app-emacs/emacs-wget/files/65emacs-wget-gentoo.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el b/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el index 538f601f94b9..af86cfd06699 100644 --- a/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el +++ b/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el @@ -1,6 +1,7 @@ ;;; emacs-wget site-lisp configuration +(add-to-list 'load-path "@SITELISP@") (autoload 'wget "wget" "wget interface for Emacs." t) (autoload 'wget-web-page "wget" "wget interface to download whole web page." t) (load "w3m-wget") |