Skip to content

Instantly share code, notes, and snippets.

@sally
Last active February 14, 2017 16:38
Show Gist options
  • Save sally/9bbfa8b9da6709359a56ef0b95f3d5c7 to your computer and use it in GitHub Desktop.
Save sally/9bbfa8b9da6709359a56ef0b95f3d5c7 to your computer and use it in GitHub Desktop.
apple system default changes
# Make TabWidth be 2 in TextEdit
defaults write com.apple.TextEdit "TabWidth" '2'
# Turn off automatic double dash into em dash substitution
defaults write -g NSAutomaticDashSubstitutionEnabled 0
# Turn off smart quotes
defaults write -g NSAutomaticQuoteSubstitutionEnabled 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment