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

(define-package "helm-core" "1.7.7"
  "Development files for Helm"
  '((emacs "24")
    (cl-lib "0.5")
    (async "1.4"))
  :url "https://emacs-helm.github.io/helm/")

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