1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add 'load "mime-setup"' statements into each startup.el .

Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
This commit is contained in:
SADA Kenji 1999-08-16 21:59:54 +00:00
parent 20d106b559
commit 790af7141e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20753
10 changed files with 10 additions and 6 deletions

View File

@ -4,6 +4,7 @@
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
(load "mime-setup")
(setq wl-summary-weekday-name-lang "en")
(setq wl-thread-indent-level 2)
(setq wl-thread-have-younger-brother-str "+")

View File

@ -1,4 +1,4 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
(load "mime-setup")
(provide 'wanderlust-startup)

View File

@ -4,4 +4,5 @@
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
(load "mime-setup")
(provide 'wanderlust-startup)

View File

@ -1,7 +1,8 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
(load "browse-url")
(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path))
(load "browse-url")
(load "mime-setup")
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
(setq wl-summary-weekday-name-lang "en")
(setq wl-thread-indent-level 2)

View File

@ -3,7 +3,6 @@
* to your own .emacs file. *
* *
* (require 'wanderlust-startup) *
* (load "mime-setup") *
* *
* And if you use APOP authentication, Wanderlust requires *
* md5.el. md5.el is contained in Emacs/W3 package. Please get *

View File

@ -4,6 +4,7 @@
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
(load "mime-setup")
(setq wl-summary-weekday-name-lang "en")
(setq wl-thread-indent-level 2)
(setq wl-thread-have-younger-brother-str "+")

View File

@ -1,4 +1,4 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
(load "mime-setup")
(provide 'wanderlust-startup)

View File

@ -4,4 +4,5 @@
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
(load "mime-setup")
(provide 'wanderlust-startup)

View File

@ -1,7 +1,8 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
(load "browse-url")
(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path))
(load "browse-url")
(load "mime-setup")
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
(setq wl-summary-weekday-name-lang "en")
(setq wl-thread-indent-level 2)

View File

@ -3,7 +3,6 @@
* to your own .emacs file. *
* *
* (require 'wanderlust-startup) *
* (load "mime-setup") *
* *
* And if you use APOP authentication, Wanderlust requires *
* md5.el. md5.el is contained in Emacs/W3 package. Please get *