19 lines
512 B
EmacsLisp
19 lines
512 B
EmacsLisp
(define-package "helpful" "20230808.1519" "A better *help* buffer"
|
|
'((emacs "25")
|
|
(dash "2.18.0")
|
|
(s "1.11.0")
|
|
(f "0.20.0")
|
|
(elisp-refs "1.2"))
|
|
:commit "c57ff0d284b50ff430fe1f13fd48deaa0d1a910e" :authors
|
|
'(("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:
|