From 5b8a202b2e7fff29647b1957401289c9143df882 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 5 Nov 2013 15:49:13 +0100 Subject: .osx: Disable smart quotes and dashes --- .osx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.osx b/.osx index b79b70b..cf4ea6d 100755 --- a/.osx +++ b/.osx @@ -106,6 +106,12 @@ defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1 # Disable Notification Center and remove the menu bar icon launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null +# Disable smart quotes as they’re annoying when typing code +defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false + +# Disable smart dashes as they’re annoying when typing code +defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false + ############################################################################### # SSD-specific tweaks # ############################################################################### -- cgit v1.2.3