From: Mark Wooding Date: Thu, 31 Dec 2009 00:05:10 +0000 (+0000) Subject: el/dot-emacs.el: Twiddle `variable-pitch' face size for Emacs 22. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/3f001ff63c2ed0f4af5046c89fb04cc93c4f4f59 el/dot-emacs.el: Twiddle `variable-pitch' face size for Emacs 22. Seems like 12pt was too big. Go figure. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index e9390dd..f1592fd 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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)