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/65emacs-wget-gentoo.el

9 lines
290 B

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