diff options
-rw-r--r-- | .emacs.d/init.el | 2 | ||||
-rwxr-xr-x | org/emacs.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8d43d53..7dad538 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -129,7 +129,7 @@ Contains the list of packages that need to be installed.") (defvar apollo/default-font-size 140) (when is-hermes - (setq apollo/default-font-size 110)) + (setq apollo/default-font-size 120)) (set-face-attribute 'default nil :font "JetBrains Mono" diff --git a/org/emacs.org b/org/emacs.org index e3cbf14..2c8cf35 100755 --- a/org/emacs.org +++ b/org/emacs.org @@ -151,7 +151,7 @@ Fonts and basic appearance settings (defvar apollo/default-font-size 140) (when is-hermes - (setq apollo/default-font-size 110)) + (setq apollo/default-font-size 120)) (set-face-attribute 'default nil :font "JetBrains Mono" |