diff options
author | Thanos Apollo <[email protected]> | 2025-02-17 08:56:59 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-02-17 08:56:59 +0200 |
commit | 87364026203b87165781e25e1dd977f48fea44ec (patch) | |
tree | 3d238e05d0dbac69f3cd64f0e189ae961c00f496 /.config/emacs/init.el | |
parent | 5fdc6d3eeb3788e02c1145b6966197b13c6cb6c2 (diff) |
emacs: Update font configuration.
Diffstat (limited to '.config/emacs/init.el')
-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 a2fde66..08d740b 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -46,7 +46,7 @@ (custom-set-faces `(default ((t (:inherit nil :height ,font-size :family "Fira Mono")))) '(org-modern-symbol ((t (:inherit t :family "Iosevka")))) - `(variable-pitch ((t (:inherit t :family "Fira Mono" :height ,font-size)))) + `(variable-pitch ((t (:inherit t :family "Iosevka" :height ,(- font-size 10))))) '(italic ((t (:inherit t :family "Iosevka")))))) ;; Autoinsert |