123456789101112131415161718192021222324 |
- (autoload 'wl "wl" "Wanderlust" t)
- (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
- (autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
- (setq browse-url-browser-function (quote browse-url-firefox))
- (setq smtp-end-of-line "\n")
- (provide 'vine-default-wl)
|