Adjust font size in Emacs

This commit is contained in:
2025-04-05 19:43:50 +01:00
parent 86fdf93e34
commit cc87619119
2 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ Let's setup a few absolute essentials:
(global-auto-revert-mode)
(set-face-attribute 'default nil :height
(pcase (system-name)
("rhmaiden" 130)
("rhmaiden" 120)
(_ 120))))
#+end_src
* Custom functionality and libraries