summaryrefslogtreecommitdiff
blob: 62fd8c7402a2017f540459c29ff7b14b387bf451 (plain)
1
2
3
4
5
6
7
8
9
;;; Wanderlust site-lisp configuration
(add-to-list 'load-path "/usr/share/emacs/site-lisp/wl")

(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")