Add emoji support
Enable emoji, and stop the UI from freezing when trying to display them.
This commit is contained in:
parent
a952afdb7f
commit
15656f072b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue