Last Updated: February 25, 2016
·
1.236K
· ruidovisual

Disable auto emoji substitution in messages app on Mavericks

The solution was found by Mathias Bynens

I just encapsulate it here. Paste it on a terminal and ENTER.

defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "automaticEmojiSubstitutionEnablediMessage" -bool false

Enjoy!