Setting for load-path and requiring install were moved to APEL-MK.
[elisp/apel.git] / APEL-CFG
1 ;;; -*-Emacs-Lisp-*-
2 ;;;
3 ;;; $Id: APEL-CFG,v 0.1 1997-03-20 02:03:32 morioka Exp $
4 ;;;
5
6 ;;; @ Please specify prefix of install directory.
7 ;;;
8
9 ;; Please specify install path prefix.
10 ;; If it is omitted, shared directory (maybe /usr/local is used).
11 (defvar PREFIX install-prefix)
12 ;;(setq PREFIX "~/")
13
14 ;; Please specify prefix for ``apel'' [optional]
15 (setq APEL_PREFIX "apel")
16
17 \f
18
19 ;;; @ optional settings
20 ;;;
21
22 ;; It is generated by automatically. Please set variable `PREFIX'.
23 ;; If you don't like default directory tree, please set it.
24 (defvar LISPDIR (install-detect-elisp-directory PREFIX))
25 ;; (setq install-default-elisp-directory "~/lib/emacs/lisp")
26
27 (setq APEL_DIR (expand-file-name APEL_PREFIX LISPDIR))
28
29 ;;; APEL-CFG ends here