diff options
-rw-r--r-- | Emacs/.config/emacs/config.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 2bcdb16..2ba24a7 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -156,14 +156,15 @@ theme [[file:elisp/personal-theme.el][(this file]]) (load-theme 'personal-primary t)) #+end_src -Set font size to 125. +Set font size to 140 if on my desktop (oldboy) or 175 if on my laptop +(spiderboy). #+begin_src emacs-lisp (use-package faces :straight nil :config (+dx/sys-name-cond ("spiderboy" (set-face-attribute 'default nil :height 175)) - ("oldboy" (set-face-attribute 'default nil :height 115)))) + ("oldboy" (set-face-attribute 'default nil :height 140)))) #+end_src Turn off the startup buffer because I prefer [[Dashboard]], and write into |