From 97f97a8dd97dd06df1b0736126240d80595d9787 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 23 Oct 2013 13:58:23 +0200 Subject: .osx: Disable smart quotes in Messages.app --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index da165ae..55c47a7 100755 --- a/.osx +++ b/.osx @@ -554,6 +554,9 @@ defaults write com.apple.appstore ShowDebugMenu -bool true # Disable automatic emoji substitution (i.e. use plain text smileys) defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticEmojiSubstitutionEnablediMessage" -bool false +# Disable smart quotes as it’s annoying for messages that contain code +defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticQuoteSubstitutionEnabled" -bool false + ############################################################################### # Google Chrome & Google Chrome Canary # ############################################################################### -- cgit v1.2.3