branch: elpa/helm commit a9372418dec418a06a9725d6d96a83f884f3be7e Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove popup dependency from helm.sh as well --- emacs-helm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-helm.sh b/emacs-helm.sh index cc57118872..5195d322df 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) (wfnames t)) + (append '((helm-core t) (helm t) (async t) (wfnames t)) (mapcar (lambda (p) (list (intern p) t)) load-packages))))) (package-initialize))