update packages and add valign
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "flyspell-correct-ivy" "20220520.630"
|
||||
(define-package "flyspell-correct-ivy" "20260106.955"
|
||||
"Correcting words with flyspell via ivy interface."
|
||||
'((flyspell-correct "0.6.1")
|
||||
'((flyspell-correct "1.0.0")
|
||||
(ivy "0.8.0")
|
||||
(emacs "24.4"))
|
||||
(emacs "29.1"))
|
||||
:url "https://github.com/d12frosted/flyspell-correct"
|
||||
:commit "7d7b6b01188bd28e20a13736ac9f36c3367bd16e"
|
||||
:revdesc "7d7b6b01188b"
|
||||
:commit "a5a41c0f3a7881bd3eba07bee424ecb7c7d5061e"
|
||||
:revdesc "a5a41c0f3a78"
|
||||
:authors '(("Boris Buliga" . "boris@d12frosted.io"))
|
||||
:maintainers '(("Boris Buliga" . "boris@d12frosted.io")))
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
;;; flyspell-correct-ivy.el --- Correcting words with flyspell via ivy interface -*- lexical-binding: t; -*-
|
||||
;;
|
||||
;; Copyright (c) 2016-2022 Boris Buliga
|
||||
;; Copyright (c) 2016-2026 Boris Buliga
|
||||
;;
|
||||
;; Author: Boris Buliga <boris@d12frosted.io>
|
||||
;; URL: https://github.com/d12frosted/flyspell-correct
|
||||
;; Package-Version: 20220520.630
|
||||
;; Package-Revision: 7d7b6b01188b
|
||||
;; Package-Requires: ((flyspell-correct "0.6.1") (ivy "0.8.0") (emacs "24.4"))
|
||||
;; Package-Version: 20260106.955
|
||||
;; Package-Revision: a5a41c0f3a78
|
||||
;; Package-Requires: ((flyspell-correct "1.0.0") (ivy "0.8.0") (emacs "29.1"))
|
||||
;;
|
||||
;; This file is not part of GNU Emacs.
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user