From 15656f072b9cb3da4ff1602a37e32ded348f4a1f Mon Sep 17 00:00:00 2001 From: lvh <_@lvh.io> Date: Mon, 12 Oct 2015 13:13:45 +0200 Subject: [PATCH] Add emoji support Enable emoji, and stop the UI from freezing when trying to display them. --- core/prelude-osx.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/prelude-osx.el b/core/prelude-osx.el index 2120998..397a83c 100644 --- a/core/prelude-osx.el +++ b/core/prelude-osx.el @@ -66,5 +66,8 @@ Windows external keyboard from time to time." (menu-bar-mode +1) +;; Enable emoji, and stop the UI from freezing when trying to display them. +(set-fontset-font t 'unicode "Apple Color Emoji" nil 'prepend) + (provide 'prelude-osx) ;;; prelude-osx.el ends here