Skip to content

Commit

Permalink
Release version 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Feb 26, 2024
1 parent 4b875be commit c39bf07
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog].

## Unreleased
## 6.3 (released 2024-02-25)
### Enhancements
* The completion style now supports lazy highlighting via
`completion-lazy-hilit` and `completion-lazy-hilit-fn`, new in Emacs
Expand Down
2 changes: 1 addition & 1 deletion company-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Created: 7 May 2018
;; Package-Requires: ((emacs "25.1") (prescient "6.1.0") (company "0.9.6"))
;; SPDX-License-Identifier: MIT
;; Version: 6.2.0
;; Version: 6.3.0

;;; Commentary:

Expand Down
4 changes: 2 additions & 2 deletions corfu-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Created: 23 Sep 2022
;; Package-Requires: ((emacs "27.1") (prescient "6.1.0") (corfu "1.1"))
;; SPDX-License-Identifier: MIT
;; Version: 6.2.0
;; Version: 6.3.0

;;; Commentary:

Expand Down Expand Up @@ -224,7 +224,7 @@ This mode will:
(when (equal (lookup-key corfu-map (kbd "M-s"))
prescient-toggle-map)
(define-key corfu-map (kbd "M-s")
corfu-prescient--old-toggle-binding))
corfu-prescient--old-toggle-binding))
(remove-hook 'prescient--toggle-refresh-functions
#'corfu-prescient--toggle-refresh)
(if (boundp 'corfu--state-vars)
Expand Down
2 changes: 1 addition & 1 deletion ivy-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Created: 1 May 2018
;; Package-Requires: ((emacs "25.1") (prescient "6.1.0") (ivy "0.11.0"))
;; SPDX-License-Identifier: MIT
;; Version: 6.2.0
;; Version: 6.3.0

;;; Commentary:

Expand Down
2 changes: 1 addition & 1 deletion prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Created: 7 Aug 2017
;; Package-Requires: ((emacs "25.1"))
;; SPDX-License-Identifier: MIT
;; Version: 6.2.0
;; Version: 6.3.0

;;; Commentary:

Expand Down
2 changes: 1 addition & 1 deletion selectrum-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Created: 8 Dec 2019
;; Package-Requires: ((emacs "25.1") (prescient "6.1.0") (selectrum "3.1"))
;; SPDX-License-Identifier: MIT
;; Version: 6.2.0
;; Version: 6.3.0

;;; Commentary:

Expand Down
4 changes: 2 additions & 2 deletions vertico-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Created: 23 Sep 2022
;; Package-Requires: ((emacs "27.1") (prescient "6.1.0") (vertico "0.28") (compat "29.1"))
;; SPDX-License-Identifier: MIT
;; Version: 6.2.0
;; Version: 6.3.0

;;; Commentary:

Expand Down Expand Up @@ -262,7 +262,7 @@ This mode will:
(when (equal (lookup-key vertico-map (kbd "M-s"))
prescient-toggle-map)
(define-key vertico-map (kbd "M-s")
vertico-prescient--old-toggle-binding))
vertico-prescient--old-toggle-binding))
(remove-hook 'prescient--toggle-refresh-functions
#'vertico-prescient--toggle-refresh)

Expand Down

0 comments on commit c39bf07

Please sign in to comment.