From: Dave Burt Date: 2006-05-16T15:35:37+09:00 Subject: Re: Editing ruby code with Emacs or Vim ? James Britt wrote: > I've been using gvim for a while, but have been poking around with > xemacs. One big hurdle is figuring out how to assorted configuration; > for the life of me I cannot discover how to set up a different color > scheme. Use the colorscheme command. type ":colorscheme torte" (without the quotes, where "torte" is the name of a .vim file in /colors) in command-mode to try one out, and once you've found one, add the line "colorscheme torte" to .vimrc. Cheers, Dave