diff options
author | 2004-05-01 11:29:57 +0000 | |
---|---|---|
committer | 2004-05-01 11:29:57 +0000 | |
commit | 4f31543676c5909cd1af582164e673b7aa9509ee (patch) | |
tree | 8404e5d207d7f99f87ad01213977b42b63a87816 /app-emacs/emacs-wget/files/65emacs-wget-gentoo.el | |
parent | Add header again. (diff) | |
download | historical-4f31543676c5909cd1af582164e673b7aa9509ee.tar.gz historical-4f31543676c5909cd1af582164e673b7aa9509ee.tar.bz2 historical-4f31543676c5909cd1af582164e673b7aa9509ee.zip |
Initial import. Ebuild submitted by Atzm Watanabe <sitosito@p.chan.ne.jp> at GentooJP ebuild Project
Diffstat (limited to 'app-emacs/emacs-wget/files/65emacs-wget-gentoo.el')
-rw-r--r-- | app-emacs/emacs-wget/files/65emacs-wget-gentoo.el | 7 |
1 files changed, 7 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 new file mode 100644 index 000000000000..538f601f94b9 --- /dev/null +++ b/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el @@ -0,0 +1,7 @@ + +;;; emacs-wget site-lisp configuration + +(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))) |