X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=MU-CFG;fp=MU-CFG;h=0ea9ef7c2a78157756e2cbe3e11d5811a47dea53;hb=454c3a49ba773b0fadcdc898a7c33bb4efb2a81e;hp=0000000000000000000000000000000000000000;hpb=b55422ac4583cd34e3288f2dbc11684b32cc60e9;p=elisp%2Fmu-cite.git diff --git a/MU-CFG b/MU-CFG new file mode 100644 index 0000000..0ea9ef7 --- /dev/null +++ b/MU-CFG @@ -0,0 +1,41 @@ +;;; -*-Emacs-Lisp-*- +;;; +;;; $Id: MU-CFG,v 0.0 1997-03-14 07:27:30 morioka Exp $ +;;; + +(setq load-path (append + (mapcar (function + (lambda (path) + (expand-file-name path (getenv "PWD")) + )) + '("." "../emu" "../apel" "../tl") + ) + load-path)) + +(require 'install) + + +;;; @ Please specify prefix of install directory. +;;; + +;; Please specify install path prefix. +;; If it is omitted, shared directory (maybe /usr/local is used). +(defvar PREFIX install-prefix) +;;(setq PREFIX "~/") + +;; Please specify prefix for ``mu'' [optional] +(setq MU_PREFIX "mu") + + + +;;; @ optional settings +;;; + +;; It is generated by automatically. Please set variable `PREFIX'. +;; If you don't like default directory tree, please set it. +(defvar LISPDIR (install-detect-elisp-directory PREFIX)) +;; (setq install-default-elisp-directory "~/lib/emacs/lisp") + +(setq MU_DIR (expand-file-name MU_PREFIX LISPDIR)) + +;;; MU-CFG ends here