summaryrefslogtreecommitdiff
blob: 4b7aca4c7da3d8f4ae2cee717d7a8cb64e0dd20c (plain)
1
2
3
4
5
6
7
8
9
10
;;; wanderlust site-lisp configuration

(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 "/usr/share/wl/icons")