[4642] in java-interest

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

Java (C++) mode setup for .emacs

daemon@ATHENA.MIT.EDU (Greg Ewing)
Wed Jan 10 01:00:39 1996

Date: Wed, 10 Jan 1996 12:53:05 +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