File: control

package info (click to toggle)
emacs-corfu 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 636 kB
  • sloc: lisp: 1,908; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 895 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: emacs-corfu
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders:
 Martin <debacle@debian.org>,
 Xiyue Deng <manphiz@gmail.com>,
Build-Depends:
 debhelper (>= 13.24),
 debhelper-compat (= 13),
 dh-elpa,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/minad/corfu/
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-corfu.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-corfu

Package: elpa-corfu
Architecture: all
Depends:
 ${elpa:Depends},
 ${misc:Depends},
Recommends:
 emacs,
Enhances:
 emacs,
Description: Completion Overlay Region FUnction in Emacs
 Corfu enhances completion at point with a small completion popup. The
 current candidates are shown in a popup below or above the
 point. Corfu is the minimalistic completion-in-region counterpart of
 the Vertico minibuffer UI.