Last active
February 14, 2017 16:38
-
-
Save sally/9bbfa8b9da6709359a56ef0b95f3d5c7 to your computer and use it in GitHub Desktop.
apple system default changes
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
# 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