updating wanderlust and prerequisites
This commit is contained in:
parent
dd522c52cf
commit
a6a652635e
@ -55,8 +55,8 @@
|
|||||||
;; (setq PREFIX "~/")
|
;; (setq PREFIX "~/")
|
||||||
|
|
||||||
;; Or, you can specify APEL_DIR and EMU_DIR directly.
|
;; Or, you can specify APEL_DIR and EMU_DIR directly.
|
||||||
;; (setq APEL_DIR "~/lib/emacs/lisp/apel")
|
(setq APEL_DIR "~/.emacs.d/lisp/apel")
|
||||||
;; (setq EMU_DIR "~/lib/emacs/lisp/emu")
|
(setq EMU_DIR "~/.emacs.d/lisp/emu")
|
||||||
|
|
||||||
|
|
||||||
;;; Install to site-lisp directories.
|
;;; Install to site-lisp directories.
|
||||||
|
|||||||
@ -38,7 +38,7 @@
|
|||||||
;; Please specify install path prefix.
|
;; Please specify install path prefix.
|
||||||
;; If it is omitted, shared directory (maybe /usr/local is used).
|
;; If it is omitted, shared directory (maybe /usr/local is used).
|
||||||
(defvar PREFIX install-prefix)
|
(defvar PREFIX install-prefix)
|
||||||
;;(setq PREFIX "~/")
|
(setq PREFIX "~/")
|
||||||
|
|
||||||
;; Please specify prefix for ``FLIM'' [optional]
|
;; Please specify prefix for ``FLIM'' [optional]
|
||||||
(setq FLIM_PREFIX "flim")
|
(setq FLIM_PREFIX "flim")
|
||||||
@ -50,6 +50,7 @@
|
|||||||
|
|
||||||
;; It is generated by automatically. Please set variable `PREFIX'.
|
;; It is generated by automatically. Please set variable `PREFIX'.
|
||||||
;; If you don't like default directory tree, please set it.
|
;; If you don't like default directory tree, please set it.
|
||||||
|
(setq install-default-elisp-directory "~/.emacs.d/lisp")
|
||||||
(defvar LISPDIR (install-detect-elisp-directory PREFIX))
|
(defvar LISPDIR (install-detect-elisp-directory PREFIX))
|
||||||
;; (setq install-default-elisp-directory "~/lib/emacs/lisp")
|
;; (setq install-default-elisp-directory "~/lib/emacs/lisp")
|
||||||
|
|
||||||
@ -57,7 +58,7 @@
|
|||||||
(install-detect-elisp-directory PREFIX nil 'version-specific))
|
(install-detect-elisp-directory PREFIX nil 'version-specific))
|
||||||
|
|
||||||
;; (setq FLIM_DIR (expand-file-name FLIM_PREFIX VERSION_SPECIFIC_LISPDIR))
|
;; (setq FLIM_DIR (expand-file-name FLIM_PREFIX VERSION_SPECIFIC_LISPDIR))
|
||||||
(setq FLIM_DIR (expand-file-name FLIM_PREFIX LISPDIR))
|
(setq FLIM_DIR (expand-file-name FLIM_PREFIX "~/.emacs.d/lisp/"))
|
||||||
|
|
||||||
(setq FLIM_VERSION_SPECIFIC_DIR
|
(setq FLIM_VERSION_SPECIFIC_DIR
|
||||||
(expand-file-name FLIM_PREFIX VERSION_SPECIFIC_LISPDIR))
|
(expand-file-name FLIM_PREFIX VERSION_SPECIFIC_LISPDIR))
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
;; Please specify install path prefix.
|
;; Please specify install path prefix.
|
||||||
;; If it is omitted, shared directory (maybe /usr/local is used).
|
;; If it is omitted, shared directory (maybe /usr/local is used).
|
||||||
(defvar PREFIX install-prefix)
|
(defvar PREFIX install-prefix)
|
||||||
;;(setq PREFIX "~/")
|
(setq PREFIX "~/")
|
||||||
|
|
||||||
;; Please specify emu prefix [optional]
|
;; Please specify emu prefix [optional]
|
||||||
(setq EMU_PREFIX
|
(setq EMU_PREFIX
|
||||||
@ -130,7 +130,8 @@
|
|||||||
|
|
||||||
;; It is generated by automatically. Please set variable `PREFIX'.
|
;; It is generated by automatically. Please set variable `PREFIX'.
|
||||||
;; If you don't like default directory tree, please set it.
|
;; If you don't like default directory tree, please set it.
|
||||||
(defvar LISPDIR (install-detect-elisp-directory PREFIX))
|
;; (defvar LISPDIR (install-detect-elisp-directory PREFIX))
|
||||||
|
(defvar LISPDIR "~/.emacs.d/lisp")
|
||||||
;; (setq install-default-elisp-directory "~/lib/emacs/lisp")
|
;; (setq install-default-elisp-directory "~/lib/emacs/lisp")
|
||||||
|
|
||||||
(setq SEMI_KERNEL_DIR (expand-file-name SEMI_PREFIX LISPDIR))
|
(setq SEMI_KERNEL_DIR (expand-file-name SEMI_PREFIX LISPDIR))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user