text editor - What's in your .emacs? -


i've switched computers few times recently, , somewhere along way lost .emacs. i'm trying build again, while i'm @ it, thought i'd pick other configurations other people use.

so, if use emacs, what's in your .emacs?

mine pretty barren right now, containing only:

  1. global font-lock-mode! (global-font-lock-mode 1)
  2. my personal preferences respect indentation, tabs, , spaces.
  3. use cperl-mode instead of perl-mode.
  4. a shortcut compilation.

what think useful?

use ultimate dotfiles site. add '.emacs' here. read '.emacs' of others.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -