diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-01 02:52:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-01 02:52:02 +0000 |
commit | ce2fa6f6c4951c11ef10627b81603f112c0b62a8 (patch) | |
tree | 3f697c6e444c56ff856d2d5e5300c606d2462d12 /app-emacs/emacs-w3m/files | |
parent | masked app-emacs/monk (incomplete for now) (diff) | |
download | historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.tar.gz historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.tar.bz2 historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.zip |
looks like an app-emacs/ import to me
Diffstat (limited to 'app-emacs/emacs-w3m/files')
-rw-r--r-- | app-emacs/emacs-w3m/files/70emacs-w3m-gentoo.el | 15 | ||||
-rw-r--r-- | app-emacs/emacs-w3m/files/digest-emacs-w3m-1.3.2 | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-emacs/emacs-w3m/files/70emacs-w3m-gentoo.el b/app-emacs/emacs-w3m/files/70emacs-w3m-gentoo.el new file mode 100644 index 000000000000..ea4be480b7c1 --- /dev/null +++ b/app-emacs/emacs-w3m/files/70emacs-w3m-gentoo.el @@ -0,0 +1,15 @@ + +;;; emacs-w3m site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) + +(autoload 'w3m "w3m" "Interface for w3m on Emacs." t) +(autoload 'w3m-browse-url "w3m" "Interface for w3m on Emacs." t) +(autoload 'w3m-find-file "w3m" "w3m interface function for local file." t) +(autoload 'w3m-search "w3m-search" "Search QUERY using SEARCH-ENGINE." t) +(autoload 'w3m-weather "w3m-weather" "Display weather report." t) +(autoload 'w3m-antenna "w3m-antenna" "Report chenge of WEB sites." t) +(autoload 'w3m-namazu "w3m-namazu" "Search files with Namazu." t) + +(setq w3m-icon-directory "/usr/share/emacs-w3m/icon") + diff --git a/app-emacs/emacs-w3m/files/digest-emacs-w3m-1.3.2 b/app-emacs/emacs-w3m/files/digest-emacs-w3m-1.3.2 new file mode 100644 index 000000000000..efda8bddf5c9 --- /dev/null +++ b/app-emacs/emacs-w3m/files/digest-emacs-w3m-1.3.2 @@ -0,0 +1 @@ +MD5 5cdfa562497f5033d6d36d9b7eb8996e emacs-w3m-1.3.2.tar.gz 351719 |