summaryrefslogtreecommitdiff
path: root/helm-pkg.el
blob: 3e018b268ec70f24da8e08dcc9a1c7f109e0973e (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" "2.9.6"
  "Helm is an Emacs incremental and narrowing framework"
  '((emacs "24.4")
    (async "1.9.3")
    (popup "0.5.3")
    (helm-core "2.9.6"))
  :url "https://emacs-helm.github.io/helm/")

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