dot/emacs: Support the Chrome edit server.
[profile] / dot / vimrc
index cdb92ef..99e3a53 100644 (file)
--- a/dot/vimrc
+++ b/dot/vimrc
@@ -1,6 +1,10 @@
 set incsearch
 set showcmd
+set autoindent
 
 if &t_Co > 2 || has("gui_running")
   syntax on
+  set guifont=MiscFixed6x13\ 12
+  hi Normal guifg=white guibg=black
+  set background=dark
 endif