Skip to content

Commit

Permalink
Show full path by default
Browse files Browse the repository at this point in the history
* helm-recoll.el (helm-recoll-sources): Do it.
  • Loading branch information
Thierry Volpiatto committed Jul 29, 2019
1 parent 8548b15 commit 219e517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-recoll.el
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ helm-recoll-<name>."
(action :initform `(("Invoke helm with selected sources" .
,(lambda (_candidate)
(helm :sources (helm-marked-candidates)
:buffer helm-recoll-sources-buffer)))
:buffer helm-recoll-sources-buffer
:ff-transformer-show-only-basename nil)))
("Describe variable" . helm-describe-variable)))
(persistent-action :initform (lambda (candidate)
(helm-elisp--persistent-help
Expand Down

0 comments on commit 219e517

Please sign in to comment.