Created
March 23, 2016 17:28
-
-
Save barend/72a54afb92bbd7a71202 to your computer and use it in GitHub Desktop.
Mac OS X stop-it-with-the-curly-quotes-and-dashes-already
This file contains hidden or 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
# Disables automatic substitution of "" by “” | |
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false | |
# Disables automatic subsitution of -- by – | |
defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment