From 82e75915ae6596e55e6a267c83bc96ae99640917 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 23 Oct 2013 13:59:12 +0200 Subject: .osx: Disable continuous spell checking in Messages.app --- .osx | 3 +++ 1 file changed, 3 insertions(+) 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 # ############################################################################### -- cgit v1.2.3