Created
June 9, 2012 13:37
-
-
Save kennonb/2901006 to your computer and use it in GitHub Desktop.
Text Editor Font Smoothing (Textmate & Sublime Text 2)
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment