Skip to content

Commit

Permalink
Make relative the default for helm-ls-git-show-abs-or-relative .
Browse files Browse the repository at this point in the history
* helm-ls-git.el (helm-ls-git-show-abs-or-relative): Do it.
  • Loading branch information
Thierry Volpiatto committed May 23, 2017
1 parent 226ef7a commit 61ee52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-ls-git.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 61ee52a

Please sign in to comment.