;;; Configuration file for installation.
;; load-path setting example for Nemacs with tm.
-;(setq load-path (append
-; (list "/usr/local/lib/nemacs/local.lisp/apel"
-; "/usr/local/lib/nemacs/local.lisp/flim"
-; "/usr/local/lib/nemacs/local.lisp/mu"
-; "/usr/local/lib/nemacs/local.lisp/tm"
-; "/usr/local/lib/nemacs/local.lisp/")
-; load-path))
+;(setq load-path (append
+; (list "/usr/local/lib/nemacs/local.lisp/apel"
+; "/usr/local/lib/nemacs/local.lisp/flim"
+; "/usr/local/lib/nemacs/local.lisp/mu"
+; "/usr/local/lib/nemacs/local.lisp/tm"
+; "/usr/local/lib/nemacs/local.lisp/")
+; load-path))
;; load-path setting example for Mule with SEMI.
-;(setq load-path (append
+;(setq load-path (append
; (list "/usr/local/share/mule/site-lisp/apel"
; "/usr/local/share/mule/site-lisp/flim"
-; "/usr/local/share/mule/site-lisp/semi")
+; "/usr/local/share/mule/site-lisp/semi")
; load-path))
;; If you want to install utils, uncomment following line.
;; By following setting, both Japanese and English info are installed.
;(setq wl-info-lang '("ja" "en"))
-;; if you want to install wl modules to the subdirectory other than "wl"
-;; under LISPDIR, set following variables.
+;; if you want to install wl modules to the subdirectory other than "wl"
+;; under LISPDIR, set following variables.
;(setq WL_PREFIX "your-path") ; default is "wl"
;(setq ELMO_PREFIX "your-path") ; default is "wl"