File: WL-CFG

package info (click to toggle)
wl 2.15.9%2B0.20141019-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,720 kB
  • ctags: 6,246
  • sloc: lisp: 50,500; sh: 165; makefile: 141
file content (25 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;;;							-*- emacs-lisp -*-
;;; Configuration file for installation.

;; load-path setting example for Mule with SEMI.
;(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")
;		 load-path))

;; If you want to install utils, uncomment following line.
;(setq wl-install-utils t)

;; Set language for info file ("ja" or "en", both in default).
;; If you only need manual in English, uncomment following line.
;(setq wl-info-lang "en")

;; Set language for news file ("ja" or "en", both in default).
;(setq wl-news-lang '("ja" "en")) ; order sensitive

;; 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"