diff options
Diffstat (limited to 'app-emacs/wanderlust/files/70wl-gentoo.el')
-rw-r--r-- | app-emacs/wanderlust/files/70wl-gentoo.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-emacs/wanderlust/files/70wl-gentoo.el b/app-emacs/wanderlust/files/70wl-gentoo.el new file mode 100644 index 000000000000..8aa46ec18901 --- /dev/null +++ b/app-emacs/wanderlust/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") |