Adjust font size for new font in personal-solarized

This commit is contained in:
2024-10-16 16:44:29 +01:00
parent a990589dbb
commit ee9776290e

View File

@@ -98,8 +98,8 @@ Let's setup a few absolute essentials:
(global-auto-revert-mode) (global-auto-revert-mode)
(set-face-attribute 'default nil :height (set-face-attribute 'default nil :height
(pcase (system-name) (pcase (system-name)
("ravenmaiden" 145) ("ravenmaiden" 130)
(_ 130)))) (_ 120))))
#+end_src #+end_src
* Custom functionality and libraries * Custom functionality and libraries
This is custom Lisp I've written to help me out throughout the This is custom Lisp I've written to help me out throughout the