Skip to content

Instantly share code, notes, and snippets.

@duggan
Created August 30, 2024 09:27
Show Gist options
  • Save duggan/0ce3dde416a03bf21e941216aaac9de2 to your computer and use it in GitHub Desktop.
Save duggan/0ce3dde416a03bf21e941216aaac9de2 to your computer and use it in GitHub Desktop.
Fix "smart" emojis on macOS

Fix "smart" emojis on macOS

These things suck:

smart_emojis.mp4

You can fix them by running this in a Terminal:

sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist emoji_enhancements -dict-add Enabled -bool NO

And rebooting.

Thanks to Steve Troughton-Smith.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment