dot/emacs: Inhibit Ido automatic merging with recent directories.
[profile] / dot / Xdefaults
index 10320e7..2787e0b 100644 (file)
@@ -71,7 +71,9 @@ XConsole*foreground:          #54ff9f
 XConsole*geometry:             485x455
 
 !! Emacs.
-emacs.geometry:                        76x33
+#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
@@ -79,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.