|
| |
- See the installation for emacs for
windows -- specifically the instruction on setting up the .emacs file.
- This also works best if you have installed Cygwin.
- Install the emacs Java
Development environment (JDE)
- Install ispell if there is a lot of disk space, see http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell.html.
Read the documentation, you'll probably have to modify the .emacs file.
- Install JDE: see http://sunsite.auc.dk/jde/
- Select zipped format
- Download and extract into D:\GNU Utilities\jde
- Add this to the .emacs file Add this to the end of the .emacs
file:
(setq load-path
(nconc
'("d:/GNU Utilities/jde/jde-2.1.5")
load-path))
(require 'jde)
|