From 61ee52a6b095a8cd1b23387e0eec58c93a7368be Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 23 May 2017 20:49:51 +0200 Subject: [PATCH] Make `relative` the default for `helm-ls-git-show-abs-or-relative` . * helm-ls-git.el (helm-ls-git-show-abs-or-relative): Do it. --- helm-ls-git.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-ls-git.el b/helm-ls-git.el index 4f26609..34f3db6 100644 --- a/helm-ls-git.el +++ b/helm-ls-git.el @@ -40,9 +40,9 @@ "Helm completion for git repos." :group 'helm) -(defcustom helm-ls-git-show-abs-or-relative 'absolute +(defcustom helm-ls-git-show-abs-or-relative 'relative "Show full path or relative path to repo when using `helm-ff-toggle-basename'. -Valid values are symbol 'abs (default) or 'relative." +Valid values are symbol 'absolute or 'relative (default)." :group 'helm-ls-git :type '(radio :tag "Show full path or relative path to Git repo when toggling" (const :tag "Show full path" absolute)