Make font sizes consistent between frames

This commit is contained in:
Gergely Polonkai 2018-10-04 09:06:36 +02:00
parent 5e057573ce
commit 78ba87b5a1
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ Before this can be used, make sure the [[https://zhm.github.io/symbola/][Symbola
#+BEGIN_SRC emacs-lisp
(set-face-attribute 'default t :font "Hack-12")
(set-frame-font "Hack-10" nil t)
(set-frame-font "Hack-12" nil t)
(defun --set-emoji-font (frame)
"Adjust the font setting of FRAME so Emacs can display Emoji properly."