aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-rwxr-xr-x.osx11
1 files changed, 9 insertions, 2 deletions
diff --git a/.osx b/.osx
index 8d1cbd0..e11dd30 100755
--- a/.osx
+++ b/.osx
@@ -548,6 +548,13 @@ defaults write com.apple.appstore WebKitDeveloperExtras -bool true
defaults write com.apple.appstore ShowDebugMenu -bool true
###############################################################################
+# Messages #
+###############################################################################
+
+# Disable automatic emoji substitution (i.e. use plain text smileys)
+defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticEmojiSubstitutionEnablediMessage" -bool false
+
+###############################################################################
# Google Chrome & Google Chrome Canary #
###############################################################################
@@ -621,8 +628,8 @@ defaults write com.twitter.twitter-mac HideInBackground -bool true
###############################################################################
for app in "Address Book" "Calendar" "Contacts" "Dashboard" "Dock" "Finder" \
- "Mail" "Safari" "SizeUp" "SystemUIServer" "Terminal" "Transmission" \
- "Twitter" "iCal" "iTunes"; do
+ "Mail" "Messages" "Safari" "SizeUp" "SystemUIServer" "Terminal" \
+ "Transmission" "Twitter" "iCal" "iTunes"; do
killall "$app" > /dev/null 2>&1
done
echo "Done. Note that some of these changes require a logout/restart to take effect."