;; ;; wl-init.el ;; ;; for Vine Linux with emacsen-common ;; Munehiro Yamamoto ;; MATSUBAYASHI Kohji ;;; moved to vine-default-wl.el ;; (autoload 'wl "wl" "Wanderlust" t) ;; (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) ;; (autoload 'wl-draft "wl" "Write draft with Wanderlust." t) (defcustom vine-default-wl t "A boolean for vine-default-wl" :type 'boolean) (add-hook 'vine-default-setup-hook (lambda() (when vine-default-wl (message "Loading vine-default-wl ...") (drop-vine-default-from-load-path "/wl-beta$") (require 'vine-default-wl)))) ;;; end of file