Skip to content

Commit

Permalink
use inconsolata font
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmorgan committed Jan 4, 2012
1 parent 02d4a2e commit 805ba3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ In Terminal
cd ~/.dotfiles/vim/bundle/command-t
rake make

== Font

Preferred programming font is Inconsolata
http://www.levien.com/type/myfonts/inconsolata.html

== Features

I normally place all of my coding projects in ~/development, so this directory
Expand Down
2 changes: 2 additions & 0 deletions gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ if has("gui_macvim")
set antialias " MacVim: smooth fonts.
set encoding=utf-8 " MacVim: use UTF-8 everywhere.
endif

set guifont=Inconsolata:h13 " Decent font.

0 comments on commit 805ba3a

Please sign in to comment.