From af4f9a9beeb099b9abac80a47cf349478f6a5258 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 20 Mar 2012 02:07:16 +0000 Subject: [PATCH] Make ECB window narrower so two buffers fits next to it in the console. --- custom-variables.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-variables.el b/custom-variables.el index 9a13c52..5f0e087 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -27,7 +27,7 @@ '(ecb-tip-of-the-day nil) '(ecb-toggle-layout-sequence (quote ("left13" "left15"))) '(ecb-tree-make-parent-node-sticky nil) - '(ecb-windows-width 0.17) + '(ecb-windows-width 0.16) '(elscreen-display-tab t) '(elscreen-tab-display-control t) '(elscreen-tab-display-kill-screen nil)