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

@@ -20,9 +20,9 @@
;;; Commentary:
;; This package allows to setup Ivy's completion at point to actually
;; show the candidates and the input at point, instead of in the
;; minibuffer.
;; Normally, Ivy displays completion candidates and entered text in
;; the minibuffer. This file enables in-buffer completion to be
;; displayed at point instead.
;;; Code:
@@ -30,14 +30,6 @@
(require 'cl-lib)
(require 'subr-x))
(defface ivy-cursor
'((((class color) (background light))
:background "black" :foreground "white")
(((class color) (background dark))
:background "white" :foreground "black"))
"Cursor face for inline completion."
:group 'ivy-faces)
(defvar ivy--old-cursor-type t)
(defvar ivy-overlay-at nil
@@ -90,13 +82,11 @@ Then attach the overlay to the character before point."
(declare-function org-current-level "org")
(declare-function org-at-heading-p "org")
(defvar org-indent-indentation-per-level)
(defvar ivy-height)
(defvar ivy-last)
(defvar ivy-text)
(defvar ivy-completion-beg)
(declare-function ivy--get-window "ivy")
(declare-function ivy-state-current "ivy")
(declare-function ivy-state-window "ivy")
(declare-function ivy-state-window "ivy" t t)
(defun ivy-overlay--current-column ()
"Return `current-column', ignoring `ivy-overlay-at'.