aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 55c47a7..ae897a8 100755
--- a/.osx
+++ b/.osx
@@ -557,6 +557,9 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d
# Disable smart quotes as it’s annoying for messages that contain code
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticQuoteSubstitutionEnabled" -bool false
+# Disable continuous spell checking
+defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "continuousSpellCheckingEnabled" -bool false
+
###############################################################################
# Google Chrome & Google Chrome Canary #
###############################################################################