Browse Source

Add emoji support

Enable emoji, and stop the UI from freezing when trying to display them.
custom
lvh 10 years ago
parent
commit
15656f072b
  1. 3
      core/prelude-osx.el

3
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
Loading…
Cancel
Save