mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
(defun +unicode|init-fonts (&optional frame)
|
(defun +unicode|init-fonts (&optional frame)
|
||||||
"Initialize `unicode-fonts', if in a GUI session."
|
"Initialize `unicode-fonts', if in a GUI session."
|
||||||
(when (display-graphic-p frame)
|
(when (and frame (display-graphic-p frame))
|
||||||
(with-selected-frame frame
|
(with-selected-frame frame
|
||||||
(require 'unicode-fonts)
|
(require 'unicode-fonts)
|
||||||
;; NOTE will impact startup time on first run
|
;; NOTE will impact startup time on first run
|
||||||
|
Reference in New Issue
Block a user