dot/lisp-init.lisp: Use actual variable names rather than gensyms.
[profile] / dot / vimrc
index 87b4595..96dfec9 100644 (file)
--- a/dot/vimrc
+++ b/dot/vimrc
@@ -7,9 +7,11 @@ set shiftwidth=2
 
 if &t_Co > 2 || has("gui_running")
   syntax on
-  set guifont=MiscFixed6x13\ 12
+  set guifont=Fixed\ 13
   hi Normal guifg=white guibg=black
   set background=dark
 endif
 
-if has("autocmd") filetype plugin indent on endif
+if has("autocmd")
+  filetype plugin indent on
+endif