From: Gustav HÃ¥llberg Date: Tue, 4 Aug 2009 16:15:39 +0000 (+0200) Subject: stgit.el: Default to showing index and work tree X-Git-Tag: v0.15-rc2~11^2~21 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/c4e4756f7fd9e0aeb45b49efb5e8ef85ac6ca565 stgit.el: Default to showing index and work tree Signed-off-by: Gustav HÃ¥llberg --- diff --git a/contrib/stgit.el b/contrib/stgit.el index 1b79bf1..ae74b46 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -1456,7 +1456,7 @@ See also `stgit-show-worktree'." :group 'stgit) (defcustom stgit-default-show-worktree - nil + t "Set to non-nil to by default show the working tree in a new stgit buffer. This value is used as the default value for `stgit-show-worktree'."