From c80a1c9198087e057c9ea5e3e56744ef9b23cab0 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 9 Aug 2012 23:07:19 +0200 Subject: app-emacs/wanderlust: add live ebuild for wanderlust emacs-24.1 requires current version from git --- app-emacs/wanderlust/files/50wanderlust-gentoo.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app-emacs/wanderlust/files/50wanderlust-gentoo.el (limited to 'app-emacs/wanderlust/files/50wanderlust-gentoo.el') 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") -- cgit v1.2.3