On Mon, Jan 29, 2001 at 07:53:00PM +0000, Mark Fowler wrote:
> I like my .emacs file.  It sets nice fonts and colours, and sets the
> editing mode and wrapping mode of choice ;-)
> I'm sure it can do more...
>  1) Where do I find handy things to put into my .emacs file on the web?
>  2) Got any nice bits of your .emacs file to share?
> Note that (shock, horror) I can't program lisp properly (duh, I program
> perl) so that I may sound stupid when it comes to these things.

;; working for me to get unix line endings on a win32 system
(set-default-coding-systems 'undecided-unix)

;; I like auto-fill when I'm editing text. usually
(add-hook 'text-mode-hook 'auto-fill-mode)

;; show me the region selected right now
(setq transient-mark-mode t)

Michael

Reply via email to