update packages

This commit is contained in:
2026-06-27 11:34:21 +02:00
parent 4be4f859c4
commit 1aaef48596
246 changed files with 7997 additions and 4359 deletions

View File

@@ -35,7 +35,7 @@ PREDICATE is applied to filter out the COLLECTION immediately.
This argument is for compatibility with `completing-read'.
When REQUIRE-MATCH is non-nil, only members of COLLECTION can be
selected. In can also be a lambda.
selected. It can also be a lambda.
If INITIAL-INPUT is non-nil, then insert that input in the
minibuffer initially.

View File

@@ -1,10 +1,10 @@
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ivy" "20260318.1355"
(define-package "ivy" "20260413.2102"
"Incremental Vertical completYon."
'((emacs "24.5"))
:url "https://github.com/abo-abo/swiper"
:commit "1005bff8a700b92dc464f770aff8a0db5b4a1c0b"
:revdesc "1005bff8a700"
:commit "0d02f5063d36ff4fa6138f0973c83c6d3874fba0"
:revdesc "0d02f5063d36"
:keywords '("matching")
:authors '(("Oleh Krehel" . "ohwoeowho@gmail.com"))
:maintainers '(("Basil L. Contovounesios" . "basil@contovou.net")))

View File

@@ -5,8 +5,8 @@
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; Maintainer: Basil L. Contovounesios <basil@contovou.net>
;; URL: https://github.com/abo-abo/swiper
;; Package-Version: 20260318.1355
;; Package-Revision: 1005bff8a700
;; Package-Version: 20260413.2102
;; Package-Revision: 0d02f5063d36
;; Package-Requires: ((emacs "24.5"))
;; Keywords: matching
@@ -2200,7 +2200,7 @@ PREDICATE is applied to filter out the COLLECTION immediately.
This argument is for compatibility with `completing-read'.
When REQUIRE-MATCH is non-nil, only members of COLLECTION can be
selected. In can also be a lambda.
selected. It can also be a lambda.
If INITIAL-INPUT is non-nil, then insert that input in the
minibuffer initially.