| Some key ones (setq transient-mark-mode t) ; visually show region (setq line-number-mode t) ; show line numbers (setq global-font-lock-mode 1) ; everything should use font (windmove-default-keybindings) ; shift-arrow key moves to window in that direction I set up `webjump' to search online API documentation http://justinsboringpage.blogspot.com/2009/05/emacs-searchin... I like to send gmail http://justinsboringpage.blogspot.com/2009/02/sending-mail-w... I think this is the most important one (setq visible-bell t) ; annoying beeps off |
Granted, you could probably do that with transient mark mode, but seeing everything highlighted would be too annoying.