source: projects/specs/trunk/w/wl/vine-default-wl.el @ 2750

Revision 2750, 854 bytes checked in by munepi, 13 years ago (diff)

updated emacs, emacs24, wl, yatex, auctex, IIIMECF; added wl-beta; supported new vine-default

Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;  -*- coding: utf-8-unix -*-
3;;  FSF Emacs 23 用 Vine Linux Wanderlust 設定
4;;    Munehiro Yamamoto <munepi@vinelinux.org>
5;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
7(autoload 'wl "wl" "Wanderlust" t)
8(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
9(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
10
11;;; デフォルトの Web ブラウザ
12(setq browse-url-browser-function (quote browse-url-firefox))
13
14;;; Bug#419187: wl: smtp-end-of-line is void
15;;; from http://www.nabble.com/Bug-419187%3A-wl%3A-smtp-end-of-line-is-void-to9991482.html
16(setq smtp-end-of-line "\n")
17
18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19
20(provide 'vine-default-wl)
21
22;; Local Variables:
23;; mode: emacs-lisp
24;; End:
Note: See TracBrowser for help on using the repository browser.