diff options
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el index 47bf977..a2ce154 100644 --- a/bard-emacs-modules/bard-emacs-ui.el +++ b/bard-emacs-modules/bard-emacs-ui.el @@ -69,13 +69,13 @@ :fixed-pitch-height 1.0 :bold-weight bold ) - (code-demo + (large :inherit regular :default-height 170 ) - (prose - :inherit regular ; copy the `code-demo' properties - :default-height 220) + (small + :inherit regular + :default-height 130) (t :default-family "Monospace" ))) |
