diff --git a/custom-variables.el b/custom-variables.el index 7aa5a51..5950c5c 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -25,7 +25,8 @@ '(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" "left15"))) - '(ecb-windows-width 0.16) + '(ecb-tree-make-parent-node-sticky nil) + '(ecb-windows-width 0.17) '(egg-enable-tooltip t) '(egg-git-command "git") '(egg-mode-key-prefix "C-x g")