commit 5717b9d1d3b3fddf010ce174baa94fe892444b99
parent 283ea3bb3879d6b0871c6f705e38f01ae97a2552
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 17 Feb 2017 15:01:27 -0800
Switch back to 11-pt Menlo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -131,7 +131,7 @@ if &t_Co > 2 || has("gui_running")
endif
if has("gui_macvim")
- set guifont=Menlo:h13
+ set guifont=Menlo:h11
elseif has("unix")
set guifont=Fixed\ 10,Ricty\ 10,Source\ Code\ Pro\ 10,Monospace\ 10
endif