diff options
author | Thanos Apollo <[email protected]> | 2023-04-24 18:22:01 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-24 18:22:01 +0300 |
commit | 90135cf42aea1030c7a8967e4ee4c2c5e79d810a (patch) | |
tree | 935f8dff8aaade5215ab7bdde6e311a76c780155 /.emacs.d | |
parent | 7e4efe8ebf065cc04eaeadf82184e6d1dc29fe0a (diff) |
emacs: Change fontsize for hermes
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 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" |