summaryrefslogtreecommitdiff
path: root/helm-core-pkg.el
blob: ab32747c0f9cc8d8685800806d9d77b5b022c5c2 (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.5.1"
  "Development files for Helm"
  '((emacs "24.4")
    (async "1.9"))
  :url "https://emacs-helm.github.io/helm/")

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