branch: elpa/helm
commit 4752af46d891fb5d3f2df6fe31e783c7ee5cab1c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
List built-in packages at end in finder
---
helm-packages.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-packages.el b/helm-packages.el
index bc3f2b23ec..aba1cbd5fe 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -273,7 +273,7 @@ Arg PACKAGES is a list of strings."
collect sym)))
(unless (or exts built-in)
(error "No packages matching key `%s'" key))
- (nconc built-in exts)))
+ (nconc exts built-in)))
(defun helm-package--upgradeable-packages (&optional include-builtins)
;; Initialize the package system to get the list of package