From 9cbbe3329b0b039c3ee83841a19765a7aa3d4201 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 6 Feb 2008 18:09:47 +0000 Subject: [PATCH] dot-emacs: Force use of the right `fixed' font. For some reason Emacs picks the wrong one sometimes, at least over NX. --- dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-emacs.el b/dot-emacs.el index 6643567..3e6015e 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -580,7 +580,7 @@ doesn't cope with anything approximating a complicated case." ,@(cond ((eq window-system 'w32) '(:family "courier new" :height 85)) ((eq window-system 'x) - '(:family "misc-fixed" :width semi-condensed)))) + '(:family "misc-fixed" :height 130 :width semi-condensed)))) (fixed-pitch) (minibuffer-prompt) (mode-line :foreground "blue" :background "yellow" -- 2.11.0