Thursday, May 1, 2008

Configuring your Emacs

You may edit .emacs file in your home directory (/home/your_login_ID/.emacs) to satisfy your liking.
Some useful lines to add:
1. (transient-mark-mode t)
It will enable syntax highlighting when you select text(s).

2. (setq inhibit-splash-screen t)
It will ommit the emacs welcoming screen.

No comments: