Merge branch 'master' of gitlab.com:chriscochrun/dotemacs
This commit is contained in:
commit
42aca0182f
|
@ -80,7 +80,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 ()
|
||||
|
|
Loading…
Reference in a new issue