Hi,

I have the following in my ~/.emacs file

;; Display settings
(setq default-frame-alist
      '(
        (width . 100)
        (height . 70)
(font . "-adobe-courier-medium-r-normal--17-120-100-100-m-100-iso8859-1")
        (mouse-color       . "Pink")
        (cursor-color      . "Pink")
        (background-color  . "Black")
        (foreground-color  . "White")
        ))

The above is to make the font bigger not smaller, but you get the idea ;)

You need to choose the font to suit what you want. I use xfontsel for this.

Chris


Robert P. J. Day wrote:
  i've poked around and i can't figure how to decrease the font size
when running emacs on the desktop.  hints?  please?

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to