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.
|
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
|
#+begin_src emacs-lisp
|
||||||
(if (string-equal (system-name) "syl")
|
(if (string-equal (system-name) "syl")
|
||||||
(defvar chris/default-font-size 120)
|
(defvar chris/default-font-size 240)
|
||||||
(defvar chris/default-font-size 120))
|
(defvar chris/default-font-size 120))
|
||||||
|
|
||||||
(defun chris/set-font-faces ()
|
(defun chris/set-font-faces ()
|
||||||
|
|
2
init.el
2
init.el
|
@ -20,7 +20,7 @@
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
||||||
(if (string-equal (system-name) "syl")
|
(if (string-equal (system-name) "syl")
|
||||||
(defvar chris/default-font-size 120)
|
(defvar chris/default-font-size 240)
|
||||||
(defvar chris/default-font-size 120))
|
(defvar chris/default-font-size 120))
|
||||||
|
|
||||||
(defun chris/set-font-faces ()
|
(defun chris/set-font-faces ()
|
||||||
|
|
Loading…
Reference in a new issue