summaryrefslogtreecommitdiff
path: root/helm-core-pkg.el
blob: 72616ed6c649b005ae2a1581894951f61eb07701 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; helm-core-pkg.el --- define helm-core for package.el

(define-package "helm-core" "2.7.1"
  "Development files for Helm"
  '((emacs "24.4")
    (async "1.9.2"))
  :url "https://emacs-helm.github.io/helm/")

;; Local Variables:
;; no-byte-compile: t
;; End: