Skip to content

Commit

Permalink
Only set gui font if has gui running
Browse files Browse the repository at this point in the history
  • Loading branch information
sobrinho committed Apr 23, 2012
1 parent 31e625e commit 8079899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vimrc
Expand Up @@ -4,9 +4,8 @@ call pathogen#infect()
" colors
syntax on

set guifont=Monaco:h14

if has('gui_running')
set guifont=Monaco:h14
set background=light
else
set background=dark
Expand Down

0 comments on commit 8079899

Please sign in to comment.