Try to set frame font
1 files changed, 8 insertions(+), 7 deletions(-) M lisp/setup-appearance.el
M lisp/setup-appearance.el => lisp/setup-appearance.el +8 -7
@@ 12,13 12,14 @@ ;;; Font -(set-frame-font - (font-spec - :name "Source Code Pro" - :size 13 - :weight 'normal - :width 'normal) - nil t) +(ignore-errors + (set-frame-font + (font-spec + :name "Source Code Pro" + :size 13 + :weight 'normal + :width 'normal) + nil t)) ;;; Disable menu bar