From 08aab5b680e860e6197edc41bf184759996469ed Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 30 Nov 2011 09:41:54 +0000 Subject: [PATCH] changed ecb layout toggle sequence to standard left13 and left15 layouts --- custom-variables.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-variables.el b/custom-variables.el index 65c3e5b..7aa5a51 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -24,8 +24,8 @@ '(ecb-primary-secondary-mouse-buttons (quote mouse-1--mouse-2)) '(ecb-source-path (quote (("~/Projects" "Projects") ("~/Projects/api" "api") ("~/.emacs.d" ".emacs.d") ("~/.dotfiles" ".dotfiles") ("~/src" "src") ("~/Projects/globaldev" "globaldev") ("~/Sites" "Sites") ("~" "~") ("/" "/")))) '(ecb-tip-of-the-day nil) - '(ecb-toggle-layout-sequence (quote ("left13" "user-left1"))) - '(ecb-windows-width 0.18) + '(ecb-toggle-layout-sequence (quote ("left13" "left15"))) + '(ecb-windows-width 0.16) '(egg-enable-tooltip t) '(egg-git-command "git") '(egg-mode-key-prefix "C-x g")