~edwargix/emacs.d

d51025db619e0e5d9f8a586a1af7c83912701777 — David Florness 7 years ago 13e20f0
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