update packages and add valign
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; colir.el --- Color blending library -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2015-2025 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2015-2026 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
;;; ivy-faces.el --- Faces for Ivy -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2020-2025 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2020-2026 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
|
||||
;; Keywords: convenience
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
;;; ivy-overlay.el --- Overlay display functions for Ivy -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 2016-2025 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2016-2026 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
|
||||
;; Keywords: convenience
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "ivy" "20251123.1023"
|
||||
(define-package "ivy" "20260318.1355"
|
||||
"Incremental Vertical completYon."
|
||||
'((emacs "24.5"))
|
||||
:url "https://github.com/abo-abo/swiper"
|
||||
:commit "ec9421340c88ebe08f05680e22308ed57ed68a3d"
|
||||
:revdesc "ec9421340c88"
|
||||
:commit "1005bff8a700b92dc464f770aff8a0db5b4a1c0b"
|
||||
:revdesc "1005bff8a700"
|
||||
:keywords '("matching")
|
||||
:authors '(("Oleh Krehel" . "ohwoeowho@gmail.com"))
|
||||
:maintainers '(("Basil L. Contovounesios" . "basil@contovou.net")))
|
||||
|
||||
606
lisp/ivy/ivy.el
606
lisp/ivy/ivy.el
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
This is ivy.info, produced by makeinfo version 7.2 from ivy.texi.
|
||||
This is ivy.info, produced by makeinfo version 7.3 from ivy.texi.
|
||||
|
||||
Ivy manual, version 0.15.1
|
||||
|
||||
@@ -11,7 +11,7 @@ available choices while previewing in the minibuffer. Selecting the
|
||||
final candidate is either through simple keyboard character inputs or
|
||||
through powerful regular expressions.
|
||||
|
||||
Copyright (C) 2015-2025 Free Software Foundation, Inc.
|
||||
Copyright (C) 2015-2026 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation License,
|
||||
|
||||
Reference in New Issue
Block a user