chiark / gitweb /
el/dot-emacs.el: Better fontification for Ediff.
[profile] / dot / Xdefaults
index be97f7e12047356572074cffd0ae43ba07d6f965..2787e0be2e530b0646af4faaf2b24419e28f63a4 100644 (file)
@@ -11,7 +11,6 @@
 #define FIXED -trad-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
 #define NICEFONT HELV_MR10
 
-
 !! General configuration.
 ?*font:                                NICEFONT
 ?*background:                  lightgrey
@@ -72,7 +71,9 @@ XConsole*foreground:          #54ff9f
 XConsole*geometry:             485x455
 
 !! Emacs.
-emacs.geometry:                        77x33
+#define _GEOM(wd, ht) wd##x##ht
+#define GEOM(wd, ht) _GEOM(wd, ht)
+emacs.geometry:                        GEOM(EMACSWD,33)
 Emacs.pane.menubar.font:       NICEFONT
 Emacs.menu*.font:              NICEFONT
 Emacs.font:                    FIXED
@@ -80,13 +81,14 @@ Emacs.fontBackend:          x,xft
 Emacs.cursorColor:             red
 Emacs.bitmapIcon:              true
 Emacs*foreground:              white
-Emacs*background:              black
+Emacs*background:              darkblue
 Emacs.pane.menubar.foreground: black
 Emacs.pane.menubar.background: lightgrey
 Emacs.menu*foreground:         black
 Emacs.menu*background:         lightgrey
 Emacs.scrollbar*attributeBackground: lightgrey
 Emacs.toolBar:                 0
+Emacs.menuBar:                 on
 Emacs.verticalScrollBars:      right
 
 !! VNC.