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