From c4733ea114a6faa5d8a66af05e7e11363687bd5a Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Wed, 14 Jul 2021 10:59:29 +0200 Subject: [PATCH] Reduce font size --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 017bae0..1e5a17d 100644 --- a/init.el +++ b/init.el @@ -59,11 +59,11 @@ (setq c-default-style "linux") (let ((my-font "Iosevka") - (my-height 110)) + (my-height 90)) (set-face-attribute 'default nil :family my-font :height my-height) (set-face-attribute 'fixed-pitch nil :family my-font :height my-height)) -(set-face-attribute 'variable-pitch nil :family "Linux Libertine O" :height 130) +(set-face-attribute 'variable-pitch nil :family "Linux Libertine O" :height 100) (defun unfill-paragraph () (interactive)