We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ac70c commit 56120c6Copy full SHA for 56120c6
1 file changed
core/prelude-macos.el
@@ -60,7 +60,8 @@ Windows external keyboard from time to time."
60
(menu-bar-mode +1)
61
62
;; Enable emoji, and stop the UI from freezing when trying to display them.
63
-(set-fontset-font t 'unicode "Apple Color Emoji" nil 'prepend)
+(when (display-graphic-p)
64
+ (set-fontset-font t 'unicode "Apple Color Emoji" nil 'prepend))
65
66
67
(provide 'prelude-macos)
0 commit comments