emacs/org/elpa/helpful-20240613.1523/helpful-pkg.el

19 lines
512 B
EmacsLisp
Raw Normal View History

2024-07-28 16:03:37 +00:00
(define-package "helpful" "20240613.1523" "A better *help* buffer"
2023-07-27 19:42:55 +00:00
'((emacs "25")
(dash "2.18.0")
(s "1.11.0")
(f "0.20.0")
(elisp-refs "1.2"))
2024-07-28 16:03:37 +00:00
:commit "4ba24cac9fb14d5fdc32582cd947572040e82b2c" :authors
2023-07-27 19:42:55 +00:00
'(("Wilfred Hughes" . "me@wilfred.me.uk"))
:maintainers
'(("Wilfred Hughes" . "me@wilfred.me.uk"))
:maintainer
'("Wilfred Hughes" . "me@wilfred.me.uk")
:keywords
'("help" "lisp")
:url "https://github.com/Wilfred/helpful")
;; Local Variables:
;; no-byte-compile: t
;; End: