macos - How to stop Mac to convert typing double dash to emdash? - Super Userhttps://superuser.com/questions/555628/how-to-stop-mac-to-convert-typing-double-dash-to-emdash
# Disable just smart dashes
defaults write -g NSAutomaticDashSubstitutionEnabled 0
# Disable just smart quotes
defaults write -g NSAutomaticQuoteSubstitutionEnabled 0