branch: elpa/helm
commit 74887ba26071fba4c66ac3b4dc11d7d632832394
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Update emacs-helm.sh now we have wfnames as dep
---
 emacs-helm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs-helm.sh b/emacs-helm.sh
index de65e44aaa..cc57118872 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -233,7 +233,7 @@ cat > $CONF_FILE <<EOF
     (setq package-load-list
           (if (equal load-packages '("all"))
               '(all)
-            (append '((helm-core t) (helm t) (async t) (popup t))
+            (append '((helm-core t) (helm t) (async t) (popup t) (wfnames t))
                     (mapcar (lambda (p) (list (intern p) t)) load-packages)))))
 
   (package-initialize))

Reply via email to