What's in your .emacs?

Posted by A. Rex on Stack Overflow See other posts from Stack Overflow or by A. Rex
Published on 2008-09-30T17:27:08Z Indexed on 2010/04/15 6:13 UTC
Read the original article Hit count: 660

Filed under:
|
|
|

I've switched computers a few times recently, and somewhere along the way I lost my .emacs. I'm trying to build it up again, but while I'm at it, I thought I'd pick up other good configurations that other people use.

So, if you use Emacs, what's in your .emacs?

Mine is pretty barren right now, containing only:

  1. Global font-lock-mode! (global-font-lock-mode 1)
  2. My personal preferences with respect to indentation, tabs, and spaces.
  3. Use cperl-mode instead of perl-mode.
  4. A shortcut for compilation.

What do you think is useful?

© Stack Overflow or respective owner

Related posts about emacs

Related posts about dot-emacs