help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OS/X emacs now defaults to variable width font


From: Peter Dyballa
Subject: Re: OS/X emacs now defaults to variable width font
Date: Wed, 12 Jun 2013 23:30:10 +0200

Am 12.06.2013 um 23:17 schrieb Bruce Korb:

> How do I just get courier?

You could start with:

        (setq initial-frame-alist '(
          (mouse-color           . "midnightblue")
          (foreground-color      . "grey20")
          (background-color      . "alice blue")
          (internal-border-width . 2)
          (line-spacing          . 1)
          (active-alpha          . 0.875)
          (inactive-alpha        . 0.75)
          (font . "Courier-9")
          (top . 25) (left . 650) (width . 91) (height . 50)))

        (setq default-frame-alist '(
          (border-color          . "#4e3831")
          (foreground-color      . "grey10")
          (background-color      . "ghost white")
          (vertical-scroll-bars  . left)
          (cursor-color          . "purple")
          (cursor-type           . box)
          (active-alpha          . 0.75)
          (inactive-alpha        . 0.875)
          (font . "Courier New-9")
          (top . 50) (left . 150) (width . 89) (height . 56)))

The important lines are those with font…

--
Greetings

  Pete

They're putting dimes in the hole in my head to see the change in me.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]