~edwargix/emacs.d

f9a27505a00517540b50a6fd8940f86162ae54b1 — David Florness 5 years ago ecde5cc
Use the "Fira Code" 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 "Iosevka"
    :name "Fira Code"
    :size 13
    :weight 'normal
    :width 'normal)