mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: emacs-corfu: Update to 0.25.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.25. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
ebd7627bbc
commit
923aad065c
1 changed files with 8 additions and 7 deletions
|
@ -3111,7 +3111,7 @@ (define-public emacs-citeproc-el
|
||||||
(define-public emacs-corfu
|
(define-public emacs-corfu
|
||||||
(package
|
(package
|
||||||
(name "emacs-corfu")
|
(name "emacs-corfu")
|
||||||
(version "0.22")
|
(version "0.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3120,13 +3120,13 @@ (define-public emacs-corfu
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "062lxyqh7nfaixmgfgmqfbkainxc8ypdkj6qjq38xigk55s7c5wk"))))
|
(base32 "1brq8dfn4mx5mxyqqikmhwpwlqdrfq1z0wprm6awxr89xk506g77"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Move the extensions source files to the top level, which is included in
|
;; Move the extensions source files to the top level, which is included
|
||||||
;; the EMACSLOADPATH.
|
;; in the EMACSLOADPATH.
|
||||||
(add-after 'unpack 'move-source-files
|
(add-after 'unpack 'move-source-files
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((el-files (find-files "./extensions" ".*\\.el$")))
|
(let ((el-files (find-files "./extensions" ".*\\.el$")))
|
||||||
|
@ -3135,9 +3135,10 @@ (define-public emacs-corfu
|
||||||
el-files)))))))
|
el-files)))))))
|
||||||
(home-page "https://github.com/minad/corfu")
|
(home-page "https://github.com/minad/corfu")
|
||||||
(synopsis "Completion overlay region function")
|
(synopsis "Completion overlay region function")
|
||||||
(description "Corfu enhances the default completion in region function
|
(description
|
||||||
with a completion overlay. The current candidates are shown in a popup
|
"Corfu enhances the default completion in region function with a completion
|
||||||
overlay below or above the point. Corfu can be considered the minimalistic
|
overlay. The current candidates are shown in a popup overlay below or above
|
||||||
|
the point. Corfu can be considered the minimalistic
|
||||||
@code{completion-in-region} counterpart of the Vertico minibuffer UI.")
|
@code{completion-in-region} counterpart of the Vertico minibuffer UI.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue