diff options
author | Case Duckworth | 2022-04-20 10:42:30 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-20 10:42:30 -0500 |
commit | 088f933bb1cb84572ce81f7b1e68322c8ba577c3 (patch) | |
tree | f3eb61fb8dff2262f4dbb6befea17616af473c68 /machines/bob.el | |
parent | Update snippets (diff) | |
download | emacs-088f933bb1cb84572ce81f7b1e68322c8ba577c3.tar.gz emacs-088f933bb1cb84572ce81f7b1e68322c8ba577c3.zip |
Properly set fixed-pitch height
Diffstat (limited to 'machines/bob.el')
-rw-r--r-- | machines/bob.el | 2 |
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) |