;;; helm-core-pkg.el --- define helm-core for package.el (define-package "helm-core" "3.6.2" "Development files for Helm" '((emacs "25.1") (async "1.9.4")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: ;; no-byte-compile: t ;; End: