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

@@ -32,7 +32,11 @@
;;; Code:
(require 'cl-lib)
(require 'color)
(eval-and-compile
;; Autoloaded since Emacs 31.
(unless (fboundp 'color-rgb-to-hex)
(autoload 'color-rgb-to-hex "color")))
(defcustom colir-compose-method #'colir-compose-alpha
"The method `colir-blend' uses to compose two color channels."