chiark / gitweb /
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 66435675b7704e67ae73cb7a4a308b3c3f8fb8ba..3e6015ed26e9504c0df186ae8b744e9fbfa43101 100644 (file)
@@ -580,7 +580,7 @@     (default :foreground "white" :background "black"
       ,@(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"