aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-10-23 13:58:23 +0200
committerMathias Bynens <mathias@qiwi.be>2013-10-23 13:58:23 +0200
commit97f97a8dd97dd06df1b0736126240d80595d9787 (patch)
tree917d896c3780e163b5b5991884fd3ec6d422b289
parent3459ae7f86cc8a2dad7440f012bb3a19c0585294 (diff)
downloaddotfiles-97f97a8dd97dd06df1b0736126240d80595d9787.tar.gz
dotfiles-97f97a8dd97dd06df1b0736126240d80595d9787.tar.bz2
dotfiles-97f97a8dd97dd06df1b0736126240d80595d9787.zip
.osx: Disable smart quotes in Messages.app
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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 #
###############################################################################