From c77f3d505cea38c09e5647646ee59fc80011597c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 Oct 2013 18:24:18 +0100 Subject: [PATCH] Make ECB window slightly wider --- custom-variables.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-variables.el b/custom-variables.el index c74569f..92d8c3a 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -42,7 +42,7 @@ '(ecb-toggle-layout-sequence (quote ("left13" "left15"))) '(ecb-tree-indent 3) '(ecb-tree-make-parent-node-sticky nil) - '(ecb-windows-width 0.22) + '(ecb-windows-width 0.24) '(elscreen-display-tab t) '(elscreen-tab-display-control t) '(elscreen-tab-display-kill-screen nil)