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

(define-package "helm" "1.6.7"
  "Helm is an Emacs incremental and narrowing framework"
  '((emacs "24")
    (cl-lib "0.5")
    (async "1.2"))
  :url "http://github.com/emacs-helm/helm")

;; Local Variables:
;; byte-compile-warnings: (not cl-functions obsolete)
;; no-byte-compile: t
;; End: