12 lines
408 B
EmacsLisp
12 lines
408 B
EmacsLisp
(define-package "helm" "20230319.2009" "Helm is an Emacs incremental and narrowing framework"
|
|
'((helm-core "3.9.0")
|
|
(popup "0.5.3"))
|
|
:commit "f1ef8689514b20cd2c2a6c6be987d2c40a8f4a09" :authors
|
|
'(("Thierry Volpiatto" . "thievol@posteo.net"))
|
|
:maintainer
|
|
'("Thierry Volpiatto" . "thievol@posteo.net")
|
|
:url "https://emacs-helm.github.io/helm/")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|