From 088f933bb1cb84572ce81f7b1e68322c8ba577c3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 20 Apr 2022 10:42:30 -0500 Subject: [PATCH] Properly set fixed-pitch height --- machines/bob.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/bob.el b/machines/bob.el index 77034d2..912659e 100644 --- a/machines/bob.el +++ b/machines/bob.el @@ -28,7 +28,7 @@ :weight normal :slant italic) (fixed-pitch :family ,(or mono-face base-face) - :height ,base-size) + :height 1.0) (variable-pitch :family ,(or var-face base-face) :height ,var-size)