15 lines
510 B
EmacsLisp
15 lines
510 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "helpful" "20250408.334"
|
|
"A better *help* buffer."
|
|
'((emacs "25")
|
|
(dash "2.18.0")
|
|
(s "1.11.0")
|
|
(f "0.20.0")
|
|
(elisp-refs "1.2"))
|
|
:url "https://github.com/Wilfred/helpful"
|
|
:commit "03756fa6ad4dcca5e0920622b1ee3f70abfc4e39"
|
|
:revdesc "03756fa6ad4d"
|
|
:keywords '("help" "lisp")
|
|
:authors '(("Wilfred Hughes" . "me@wilfred.me.uk"))
|
|
:maintainers '(("Wilfred Hughes" . "me@wilfred.me.uk")))
|