[4745] in java-interest

home help back first fref pref prev next nref lref last post

Simple Emacs Configuration

daemon@ATHENA.MIT.EDU (Greg Ewing)
Fri Jan 12 07:24:39 1996

Date: Fri, 12 Jan 1996 15:55:17 +1100
From: grege@optimation.com.au (Greg Ewing)
To: java-interest@java.sun.com

Dear javans,

For an uncomplicated emacs java-mode setup, simply add the following to your
.emacs file:

 ; Java mode setup
 (setq auto-mode-alist (cons '("\\.java$" . c++-mode) auto-mode-alist))


It uses your existing c++-mode which is extremely compatible with java
formatting.

GREG

grege@optimation.com.au
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post