Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* helm-elisp-package.el: Don't limit search to package name.
  • Loading branch information
thierryvolpiatto committed Feb 16, 2015
1 parent f146eb9 commit ce91bfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm-elisp-package.el
Expand Up @@ -247,7 +247,6 @@
(defclass helm-list-el-package-source (helm-source-in-buffer)
((init :initform 'helm-el-package--init)
(get-line :initform 'buffer-substring)
(match-part :initform (lambda (c) (car (split-string c))))
(filtered-candidate-transformer :initform 'helm-el-package--transformer)
(action-transformer
:initform
Expand Down

0 comments on commit ce91bfd

Please sign in to comment.