~edwargix/emacs.d

2cb24aed71d626185c5e3465bf897386f2737b7d — David Florness 6 years ago 12b9880
Use Iosevka font
1 files changed, 1 insertions(+), 1 deletions(-)

M lisp/setup-appearance.el
M lisp/setup-appearance.el => lisp/setup-appearance.el +1 -1
@@ 6,7 6,7 @@
(ignore-errors
  (set-frame-font
   (font-spec
    :name "Source Code Pro"
    :name "Iosevka"
    :size 13
    :weight 'normal
    :width 'normal)