Emacs

From Maslab 2011

Revision as of 00:03, 28 December 2010 by Yichen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Tips

To turn on syntax highlighting, parentheses matching, and region highlighting, add these lines to your ~/.emacs file:

(global-font-lock-mode 1)
(show-paren-mode 1)
(transient-mark-mode 1)

This makes writing Java in Emacs more convenient.

Personal tools