diff options
author | Thanos Apollo <[email protected]> | 2024-07-29 19:26:07 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-29 19:26:07 +0300 |
commit | 860fb6578f14649ae09d054a032df3d34c021e6b (patch) | |
tree | de50986ac9f93f8251fa7cfa4ccaff89162f6705 | |
parent | b0b45b49e0eb4b939a833c7e151f9dd3fc893b47 (diff) |
emacs: default to 135 height for zeus.
-rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 0862ad2..3ff11b9 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -45,7 +45,7 @@ ;; Font (custom-set-faces (if is-hermes '(default ((t (:inherit nil :height 120 :family "Jetbrains Mono")))) - '(default ((t (:inherit nil :height 130 :family "Jetbrains Mono"))))) + '(default ((t (:inherit nil :height 135 :family "Jetbrains Mono"))))) '(variable-pitch ((t (:inherit t :height 125 :family "Iosevka Aile")))) '(org-modern-symbol ((t (:inherit t :family "Iosevka Aile"))))) |