| Revision 2750,
662 bytes
checked in by munepi, 16 years ago
(diff) |
|
updated emacs, emacs24, wl, yatex, auctex, IIIMECF; added wl-beta; supported new vine-default
|
| Line | |
|---|
| 1 | ;; |
|---|
| 2 | ;; wl-init.el |
|---|
| 3 | ;; |
|---|
| 4 | ;; for Vine Linux with emacsen-common |
|---|
| 5 | ;; Munehiro Yamamoto <munepi@vinelinux.org> |
|---|
| 6 | ;; MATSUBAYASHI Kohji <shaolin@vinelinux.org> |
|---|
| 7 | |
|---|
| 8 | ;;; moved to vine-default-wl.el |
|---|
| 9 | ;; (autoload 'wl "wl" "Wanderlust" t) |
|---|
| 10 | ;; (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) |
|---|
| 11 | ;; (autoload 'wl-draft "wl" "Write draft with Wanderlust." t) |
|---|
| 12 | |
|---|
| 13 | (defcustom vine-default-wl t |
|---|
| 14 | "A boolean for vine-default-wl" |
|---|
| 15 | :type 'boolean) |
|---|
| 16 | |
|---|
| 17 | (add-hook 'vine-default-setup-hook |
|---|
| 18 | (lambda() |
|---|
| 19 | (when vine-default-wl |
|---|
| 20 | (message "Loading vine-default-wl ...") |
|---|
| 21 | (drop-vine-default-from-load-path "/wl-beta$") |
|---|
| 22 | (require 'vine-default-wl)))) |
|---|
| 23 | |
|---|
| 24 | ;;; end of file |
|---|
Note: See
TracBrowser
for help on using the repository browser.