fix fg42-font-size applying issue

This commit is contained in:
amirrezaask 2020-03-15 22:49:32 +03:30
parent 0c82c80c18
commit 9f52c19e77
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
;; Font Configuration -----------------------------------
(ability font ()
"Sets the default font to fg42 font"
(add-to-list 'default-frame-alist (cons 'font fg42-font))
(add-to-list 'default-frame-alist (cons 'font (format "%s-%d" fg42-font fg42-font-size)))
(set-face-attribute 'default t :font fg42-font))
;; ------------------------------------------------------