Skip to content

Commit

Permalink
Merge pull request bbatsov#917 from lvh/patch-1
Browse files Browse the repository at this point in the history
Add emoji support
  • Loading branch information
bbatsov committed Oct 12, 2015
2 parents a952afd + 15656f0 commit ca9ed01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/prelude-osx.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca9ed01

Please sign in to comment.