Emacs

From Maslab 2011

(Difference between revisions)
Jump to: navigation, search
Yichen (Talk | contribs)
(Created page with "== Tips == To turn on syntax highlighting, parentheses matching, and region highlighting, add these lines to your <code>~/.emacs</code> file: (global-font-lock-mode 1) (show-p...")

Latest revision as of 00:03, 28 December 2010

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