mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-corfu.
* gnu/packages/emacs-xyz.scm (emacs-corfu): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
19bd25172c
commit
fe6e477dfb
1 changed files with 22 additions and 0 deletions
|
@ -2511,6 +2511,28 @@ Its features are:
|
||||||
;; Software is dual-licensed.
|
;; Software is dual-licensed.
|
||||||
(license (list license:unlicense license:wtfpl2))))
|
(license (list license:unlicense license:wtfpl2))))
|
||||||
|
|
||||||
|
(define-public emacs-corfu
|
||||||
|
(package
|
||||||
|
(name "emacs-corfu")
|
||||||
|
(version "0.2")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/minad/corfu")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0xb2si8il6j2mkkiac6pcx2yj83n82j4rsxxcn7gprpzzm1f9j61"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/minad/corfu")
|
||||||
|
(synopsis "Completion overlay region function")
|
||||||
|
(description "Corfu enhances the default completion in region function
|
||||||
|
with a completion 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.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-direnv
|
(define-public emacs-direnv
|
||||||
(package
|
(package
|
||||||
(name "emacs-direnv")
|
(name "emacs-direnv")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue