Skip to content

Instantly share code, notes, and snippets.

@barend
Created March 23, 2016 17:28
Show Gist options
  • Save barend/72a54afb92bbd7a71202 to your computer and use it in GitHub Desktop.
Save barend/72a54afb92bbd7a71202 to your computer and use it in GitHub Desktop.
Mac OS X stop-it-with-the-curly-quotes-and-dashes-already
# 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