update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -1,18 +1,14 @@
(define-package "helpful" "20250227.1527" "A better *help* buffer"
'((emacs "25")
(dash "2.18.0")
(s "1.11.0")
(f "0.20.0")
;; -*- 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"))
:commit "3794389ef685b6a59b3a487d0492c3add3c42c2f" :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:
: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")))

View File

@@ -5,7 +5,8 @@
;; Author: Wilfred Hughes <me@wilfred.me.uk>
;; URL: https://github.com/Wilfred/helpful
;; Keywords: help, lisp
;; Version: 0.22
;; Package-Version: 20250408.334
;; Package-Revision: 03756fa6ad4d
;; Package-Requires: ((emacs "25") (dash "2.18.0") (s "1.11.0") (f "0.20.0") (elisp-refs "1.2"))
;; This program is free software; you can redistribute it and/or modify
@@ -3041,7 +3042,7 @@ See also `helpful-max-buffers'."
"Store \"help\" type link when in a helpful buffer."
(when (derived-mode-p 'helpful-mode)
;; Create a "help" link instead of a dedicated "helpful" link: the
;; author of the Org document uses helful, but this is not
;; author of the Org document uses helpful, but this is not
;; necessarily the case of the reader of the document.
(org-link-store-props :type "help"
:link (format "help:%s" helpful--sym)