summaryrefslogtreecommitdiff
path: root/helm-pkg.el
blob: 8fbedc5f9681c29b871a912add02e7f5cbed4ed7 (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" "3.6.5"
  "Helm is an Emacs incremental and narrowing framework"
  '((emacs "25.1")
    (async "1.9.4")
    (popup "0.5.3")
    (helm-core "3.6.5"))
  :url "https://emacs-helm.github.io/helm/")

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