chiark / gitweb /
el/dot-emacs.el: Revert `variable-pitch' to (server-side) Helvetica 12pt.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 19 Apr 2020 20:47:50 +0000 (21:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 20 Apr 2020 12:26:32 +0000 (13:26 +0100)
The anti-aliased `Sans' is harder to read and takes up more space.  The
9pt Helvetica is a poor match for `6x13'.

el/dot-emacs.el

index 4372f82e8b725a028d18d131797ed9027a9459fd..030dbcd7cd952034025ef817e736d4178111d58c 100644 (file)
@@ -1419,11 +1419,8 @@ (mdw-define-face fixed-pitch-serif
   (((type w32)) :family "courier new" :height 85 :weight bold)
   (((type x)) :family "6x13" :foundry "trad" :height 130 :weight bold)
   (t :foreground "white" :background "black" :weight bold))
-(if (mdw-emacs-version-p 23)
-    (mdw-define-face variable-pitch
-      (((type x)) :family "sans" :height 100))
-  (mdw-define-face variable-pitch
-    (((type x)) :family "helvetica" :height 90)))
+(mdw-define-face variable-pitch
+  (((type x)) :family "helvetica" :height 120))
 (mdw-define-face region
   (((min-colors 64)) :background "grey30")
   (((class color)) :background "blue")