From 30eee1bcde21e9885077f221cc32ab55db443c57 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 11 Jan 2024 21:00:29 +0100 Subject: [PATCH] Update variable pitch font --- bundle/custom_gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index a6a73a3d..1091c776 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -64,4 +64,4 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(variable-pitch ((t (:weight normal :height 100 :family "Noto Sans"))))) + '(variable-pitch ((t (:weight normal :height 1.0 :family "Noto Sans")))))