chiark / gitweb /
dot/ipython-config.py: Hedge against the necessary modules not being there.
[profile] / dot / vimrc
index 87b4595d887bd56b6107c248aeb3ebea916d5cba..96dfec953396c4995210d02fde1c6012d40bcd99 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