From f5ce374f40c3f8dc9736b71278abed6f993fc904 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 19 Apr 2020 21:47:50 +0100 Subject: [PATCH] el/dot-emacs.el: Revert `variable-pitch' to (server-side) Helvetica 12pt. 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 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 4372f82..030dbcd 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1419,11 +1419,8 @@ doesn't match any of the regular expressions in (((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") -- 2.11.0