commit 2fa23454911ad1b304bc38e5916498f674adf4a5
parent 4e2f47aee3186b9b70a93b1dbcca99b201c74dbb
Author: Chris Bracken <chris@bracken.jp>
Date: Sat, 12 Jan 2013 09:23:11 -0800
Eyesight getting worse, cranked font size on Mac to 14.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/.vimrc b/.vim/.vimrc
@@ -36,7 +36,7 @@ if &t_Co > 2 || has("gui_running")
let g:liquidcarbon_high_contrast=1
colorscheme liquidcarbon
if has("gui_macvim")
- set guifont=Menlo:h12
+ set guifont=Menlo:h14
elseif has("unix")
set guifont=Monospace\ 11
endif