Skip to content

Instantly share code, notes, and snippets.

@kennonb
Created June 9, 2012 13:37
Show Gist options
  • Save kennonb/2901006 to your computer and use it in GitHub Desktop.
Save kennonb/2901006 to your computer and use it in GitHub Desktop.
Text Editor Font Smoothing (Textmate & Sublime Text 2)
/*
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