chiark / gitweb /
el/dot-emacs.el: Twiddle `variable-pitch' face size for Emacs 22.
[profile] / el / dot-emacs.el
index e9390dd24fb6746b3477413b8a22f37a3b778f8d..f1592fd65e2ea626fa515c099c65c02d28c67f1a 100644 (file)
@@ -813,7 +813,7 @@ (if (>= emacs-major-version 23)
     (mdw-define-face variable-pitch
       (((type x)) :family "sans" :height 100))
   (mdw-define-face variable-pitch
-    (((type x)) :family "helvetica" :height 120)))
+    (((type x)) :family "helvetica" :height 90)))
 (mdw-define-face region
   (((type tty) (class color)) :background "blue")
   (((type tty) (class mono)) :inverse-video t)