Merge pull request #917 from lvh/patch-1

Add emoji support
This commit is contained in:
Bozhidar Batsov 2015-10-12 16:43:33 +03:00
commit ca9ed01b33

View file

@ -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