This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Found this handy little tip here: | |
http://madeofcode.com/posts/12-snow-leopard-textmate-font-smoothing | |
*/ | |
/* TextMate */ | |
defaults write com.macromates.textmate AppleFontSmoothing -int 1 | |
/* Sublime Text 2 */ | |
defaults write com.sublimetext.2 AppleFontSmoothing -int 1 |