|
|

楼主 |
发表于 2006-6-16 11:40:12
|
显示全部楼层
**********************************************************************
* Installing Xrefactory for Emacs-NT and XEmacs *
**********************************************************************
In following text XREFDIR denotes the directory where you have untared
the Xrefactory distribution (it is not an environment variable).
Similarly, EMACS denotes your Emacs installation directory.
Substitute this directory for XREFDIR in the following text and put
lines:
(setq exec-path (cons "XREFDIR" exec-path))
(setq load-path (cons "XREFDIR/emacs" load-path))
(load "xrefactory")
to your (X)Emacs initialization file (this may be one of ~\.emacs,
C:\_emacs, C:\.emacs, C:\~\.emacs or C:\.xemacs\init.el depending on
the version of (X)Emacs).
我找不到上面说的 .emacs文件,不知道如何配置。 |
|