You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/emacs-wget/files/50emacs-wget-gentoo.el

5 lines
230 B

(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)
(add-hook 'w3m-mode-hook (lambda () (require 'w3m-wget)))