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

(define-package "helm" "1.7.4"
  "Helm is an Emacs incremental and narrowing framework"
  '((emacs "24")
    (cl-lib "0.5")
    (async "1.3")
    (helm-core "1.7.4"))
  :url "https://emacs-helm.github.io/helm/")

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