Add emoji support

Enable emoji, and stop the UI from freezing when trying to display them.
This commit is contained in:
lvh 2015-10-12 13:13:45 +02:00
parent a952afdb7f
commit 15656f072b

View file

@ -66,5 +66,8 @@ Windows external keyboard from time to time."
(menu-bar-mode +1) (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) (provide 'prelude-osx)
;;; prelude-osx.el ends here ;;; prelude-osx.el ends here