include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
The colors, font, and geometry (default size of window) for Emacs
in your ~/.Xresources
file. The format for
the settings is emacs.keyword:value
.
The following is a sample ~/.Xresources
file.
Note | |
---|---|
If you have other settings in your
emacs.background: light gray emacs.foreground: black emacs.pointerColor: blue emacs.cursorColor: blue emacs.bitmapIcon: on emacs.font: fixed emacs.geometry: 90x25 |
After modifying this file, execute the following command:
xrdb -merge ~/.Xresources
Then restart Emacs to apply the changes.