dot-emacs: Force use of the right `fixed' font.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Feb 2008 18:09:47 +0000 (18:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Feb 2008 18:09:47 +0000 (18:09 +0000)
For some reason Emacs picks the wrong one sometimes, at least over NX.

dot-emacs.el

index 6643567..3e6015e 100644 (file)
@@ -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"