diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-16 16:44:29 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-16 16:44:29 +0100 |
commit | ee9776290ea5c25d3336157310d9779580c19329 (patch) | |
tree | 0f18bda737721fca762457f840864b33edcea934 | |
parent | a990589dbb453bad702d5067936275ce7189d080 (diff) | |
download | dotfiles-ee9776290ea5c25d3336157310d9779580c19329.tar.gz dotfiles-ee9776290ea5c25d3336157310d9779580c19329.tar.bz2 dotfiles-ee9776290ea5c25d3336157310d9779580c19329.zip |
Adjust font size for new font in personal-solarized
-rw-r--r-- | Emacs/.config/emacs/config.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 5be88af..e5c8d0c 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -98,8 +98,8 @@ Let's setup a few absolute essentials: (global-auto-revert-mode) (set-face-attribute 'default nil :height (pcase (system-name) - ("ravenmaiden" 145) - (_ 130)))) + ("ravenmaiden" 130) + (_ 120)))) #+end_src * Custom functionality and libraries This is custom Lisp I've written to help me out throughout the |