From: Mark Wooding Date: Wed, 6 Feb 2008 18:09:47 +0000 (+0000) Subject: dot-emacs: Force use of the right `fixed' font. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/9cbbe3329b0b039c3ee83841a19765a7aa3d4201?ds=sidebyside dot-emacs: Force use of the right `fixed' font. For some reason Emacs picks the wrong one sometimes, at least over NX. --- 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"