Posts tagged with emacs
-
25 March 2006 - GNU Emacs in X Window or Xorg
You can change some visual characteristics of Emacs creating ~/.Xresources file (in your home directory). For example:
!Change default window size
Emacs.geometry: 80×60+0+0
!Change font type and size
Emacs*Font: -adobe-courier-medium-r-normal–12-120-75-75-m-70-iso8859-1
!Disable the toolbar
Emacs*toolBar: 0
!Colors
Emacs.background: white
Emacs.foreground: blackIf you want to know all the font types available in your system use xlsfonts. To enable this configuration you have two options: restart the [...]







