From 56ad3add9c97dbec0f72be4ca32c428b0f87a2a2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 6 Feb 2008 18:16:44 +0000 Subject: [PATCH] Xdefaults: Emacs 22 can be made a column narrower. Emacs 22 can actually put the cursor just past the end of the line now, so we don't actually need to make the frame a character wider than it needs to be any more. Alas, I can't find a good way to make this apply just to Emacs 22, so this will be bogus on older Emacsen. --- Xdefaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xdefaults b/Xdefaults index e7e23b8..2f4bfc2 100644 --- a/Xdefaults +++ b/Xdefaults @@ -62,7 +62,7 @@ XConsole*geometry: 485x455 ! --- Emacs settings --- -emacs.geometry: 78x33 +emacs.geometry: 77x33 Emacs.pane.menubar.font: NICEFONT Emacs.menu*.font: NICEFONT Emacs.font: FIXED -- 2.11.0