summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-10-10 20:28:29 +0000
committerMamoru Komachi <usata@gentoo.org>2003-10-10 20:28:29 +0000
commite92e774ec640679d127511aff14e3b9a869d2ff5 (patch)
treea57d26e9fc8772bbf65f9ac37dfcf4cfbc807715 /app-emacs/wanderlust-cvs/files
parentNew ebuild (live CVS ebuild) (diff)
downloadhistorical-e92e774ec640679d127511aff14e3b9a869d2ff5.tar.gz
historical-e92e774ec640679d127511aff14e3b9a869d2ff5.tar.bz2
historical-e92e774ec640679d127511aff14e3b9a869d2ff5.zip
New ebuild (live CVS ebuild)
Diffstat (limited to 'app-emacs/wanderlust-cvs/files')
-rw-r--r--app-emacs/wanderlust-cvs/files/70wl-gentoo.el10
-rw-r--r--app-emacs/wanderlust-cvs/files/digest-wanderlust-cvs-2.110
2 files changed, 10 insertions, 0 deletions
diff --git a/app-emacs/wanderlust-cvs/files/70wl-gentoo.el b/app-emacs/wanderlust-cvs/files/70wl-gentoo.el
new file mode 100644
index 000000000000..8aa46ec18901
--- /dev/null
+++ b/app-emacs/wanderlust-cvs/files/70wl-gentoo.el
@@ -0,0 +1,10 @@
+
+;;; Wanderlust site-lisp configuration
+
+(setq load-path (cons "@SITELISP@" load-path))
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+
+(setq wl-icon-directory "/usr/share/wl/icons")
diff --git a/app-emacs/wanderlust-cvs/files/digest-wanderlust-cvs-2.11 b/app-emacs/wanderlust-cvs/files/digest-wanderlust-cvs-2.11
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-emacs/wanderlust-cvs/files/digest-wanderlust-cvs-2.11