aboutsummaryrefslogtreecommitdiffstats
path: root/app-emacs/wanderlust/files
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-08-09 23:07:19 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-08-09 23:07:19 +0200
commitc80a1c9198087e057c9ea5e3e56744ef9b23cab0 (patch)
tree4a9eb6888bb7fb88262921cb33ace3e069a4826e /app-emacs/wanderlust/files
parent3cc724aa4fc7ab7c8bd9642b353d06b526511649 (diff)
downloadoverlay-c80a1c9198087e057c9ea5e3e56744ef9b23cab0.tar.gz
overlay-c80a1c9198087e057c9ea5e3e56744ef9b23cab0.tar.xz
overlay-c80a1c9198087e057c9ea5e3e56744ef9b23cab0.zip
app-emacs/wanderlust: add live ebuild for wanderlust
emacs-24.1 requires current version from git
Diffstat (limited to 'app-emacs/wanderlust/files')
-rw-r--r--app-emacs/wanderlust/files/50wanderlust-gentoo.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emacs/wanderlust/files/50wanderlust-gentoo.el b/app-emacs/wanderlust/files/50wanderlust-gentoo.el
new file mode 100644
index 0000000..ec27dd4
--- /dev/null
+++ b/app-emacs/wanderlust/files/50wanderlust-gentoo.el
@@ -0,0 +1,7 @@
+(add-to-list 'load-path "@SITELISP@")
+
+(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 "@SITEETC@/icons")