summary refs log tree commit diff stats
path: root/machines
diff options
context:
space:
mode:
authorCase Duckworth2022-04-20 10:42:30 -0500
committerCase Duckworth2022-04-20 10:42:30 -0500
commit088f933bb1cb84572ce81f7b1e68322c8ba577c3 (patch)
treef3eb61fb8dff2262f4dbb6befea17616af473c68 /machines
parentUpdate snippets (diff)
downloademacs-088f933bb1cb84572ce81f7b1e68322c8ba577c3.tar.gz
emacs-088f933bb1cb84572ce81f7b1e68322c8ba577c3.zip
Properly set fixed-pitch height
Diffstat (limited to 'machines')
-rw-r--r--machines/bob.el2
1 files changed, 1 insertions, 1 deletions
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 @@
28 :weight normal 28 :weight normal
29 :slant italic) 29 :slant italic)
30 (fixed-pitch :family ,(or mono-face base-face) 30 (fixed-pitch :family ,(or mono-face base-face)
31 :height ,base-size) 31 :height 1.0)
32 (variable-pitch 32 (variable-pitch
33 :family ,(or var-face base-face) 33 :family ,(or var-face base-face)
34 :height ,var-size) 34 :height ,var-size)