Skip to content

Instantly share code, notes, and snippets.

@flips
flips / gist:304c4254b3d43a4cc750a19c26b55b22
Last active April 8, 2017 14:59 — forked from kennonb/gist:2901006
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