Skip to content

Commit

Permalink
Add ls-git group attrs.
Browse files Browse the repository at this point in the history
* helm-ls-git.el (helm-ls-git-ls): Do it.
  • Loading branch information
Thierry Volpiatto committed Jun 2, 2017
1 parent 61ee52a commit 91dae5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions helm-ls-git.el
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,13 @@ and launch git-grep from there.
(setq helm-source-ls-git-status
(and (memq 'helm-source-ls-git-status helm-ls-git-default-sources)
(helm-make-source "Git status" 'helm-ls-git-status-source
:fuzzy-match helm-ls-git-fuzzy-match))
:fuzzy-match helm-ls-git-fuzzy-match
:group 'helm-ls-git))
helm-source-ls-git
(and (memq 'helm-source-ls-git helm-ls-git-default-sources)
(helm-make-source "Git files" 'helm-ls-git-source
:fuzzy-match helm-ls-git-fuzzy-match))
:fuzzy-match helm-ls-git-fuzzy-match
:group 'helm-ls-git))
helm-source-ls-git-buffers
(and (memq 'helm-source-ls-git-buffers helm-ls-git-default-sources)
(helm-make-source "Buffers in git project" 'helm-source-buffers
Expand Down

0 comments on commit 91dae5a

Please sign in to comment.