Making font work again for X

This commit is contained in:
Chris Cochrun 2021-05-04 10:09:57 -05:00
parent 2a3f17c90e
commit a9c29e0a00
2 changed files with 2 additions and 55 deletions

View file

@ -79,7 +79,7 @@ Let's start by making some basic ui changes like turning off the scrollbar, tool
In order to have this config work on both my desktop with regular joe-schmoe monitors and my laptop with new-hotness HiDPI monitor, I will set the font size if my system is the laptop to much higher.
#+begin_src emacs-lisp
(if (string-equal (system-name) "syl")
(defvar chris/default-font-size 120)
(defvar chris/default-font-size 240)
(defvar chris/default-font-size 120))
(defun chris/set-font-faces ()