commit ebe06c114294ec18cbe3003edbb383dfb78542ff
parent ed67f67ea0a96e24898422b481be868b31623b96
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 29 Jan 2014 11:46:32 -0800
Set default font to Menlo 11 on Mac
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/.vimrc b/.vim/.vimrc
@@ -66,7 +66,7 @@ if &t_Co > 2 || has("gui_running")
let g:liquidcarbon_high_contrast=1
colorscheme liquidcarbon
if has("gui_macvim")
- set guifont=Menlo:h14
+ set guifont=Menlo:h11
elseif has("unix")
set guifont=Source\ Code\ Pro\ 11,Monospace\ 11
endif