summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-03-30 08:21:04 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2026-03-30 08:21:04 +0200
commit69ff5f497c889e20d2da7c912d0c3bcb1004720f (patch)
tree9e349e9532bab4dd9e958b953e21fbb42958c147
parentd2a995c5c732d0fc439efe09440870a9de779a74 (diff)
Update README
-rw-r--r--README.org19
1 files changed, 6 insertions, 13 deletions
diff --git a/README.org b/README.org
index d224f80..ef386f9 100644
--- a/README.org
+++ b/README.org
@@ -7,8 +7,6 @@
#+texinfo_dir_desc: COmpletion in Region FUnction
#+html: <a href="https://www.gnu.org/software/emacs/"><img alt="GNU Emacs" src="https://github.com/minad/corfu/blob/screenshots/emacs.svg?raw=true"/></a>
-#+html: <a href="https://elpa.gnu.org/packages/corfu.html"><img alt="GNU ELPA" src="https://elpa.gnu.org/packages/corfu.svg"/></a>
-#+html: <a href="https://elpa.gnu.org/devel/corfu.html"><img alt="GNU-devel ELPA" src="https://elpa.gnu.org/devel/corfu.svg"/></a>
#+html: <a href="https://melpa.org/#/corfu"><img alt="MELPA" src="https://melpa.org/packages/corfu-badge.svg"/></a>
#+html: <a href="https://stable.melpa.org/#/corfu"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/corfu-badge.svg"/></a>
@@ -63,10 +61,10 @@ terminal Emacs. Use the [[https://codeberg.org/akib/emacs-corfu-terminal][corfu-
* Installation
-Corfu is available from [[https://elpa.gnu.org/packages/corfu.html][GNU ELPA]]. You can install it directly via =M-x package-install RET corfu RET=.
-After installation, activate the global minor mode with =M-x global-corfu-mode RET=.
-For completion press =M-TAB= (or =TAB=) within a buffer. Auto completion is disabled
-by default for safety and unobtrusiveness.
+Corfu is available from MELPA. You can install it directly via =M-x
+package-install RET corfu RET=. After installation, activate the global minor
+mode with =M-x global-corfu-mode RET=. For completion press =M-TAB= (or =TAB=) within
+a buffer. Auto completion is disabled by default for safety and unobtrusiveness.
* Key bindings
@@ -512,10 +510,10 @@ The command ~corfu-move-to-minibuffer~ is defined here in terms of
We maintain small extension packages to Corfu in this repository in the
subdirectory [[https://github.com/minad/corfu/tree/main/extensions][extensions/]]. The extensions are installed together with Corfu if
-you pull the package from ELPA. The extensions are inactive by default and can
+you pull the package from MELPA. The extensions are inactive by default and can
be enabled manually if desired. Furthermore it is possible to install all of the
files separately, both ~corfu.el~ and the ~corfu-*.el~ extensions. Currently the
-following extensions come with the Corfu ELPA package:
+following extensions come with the Corfu package:
- [[https://github.com/minad/corfu/blob/main/extensions/corfu-auto.el][corfu-auto]]: Auto completion is enabled if =corfu-auto= is set to =t=.
- [[https://github.com/minad/corfu/blob/main/extensions/corfu-echo.el][corfu-echo]]: =corfu-echo-mode= displays a brief candidate documentation in the
@@ -605,8 +603,3 @@ the =*Messages*= buffer.
Sometimes you will find errors inside Capfs. Such errors are bugs in the Capfs
must be fixed there, since Corfu cannot work around them.
-
-* Contributions
-
-Since this package is part of [[https://elpa.gnu.org/packages/corfu.html][GNU ELPA]] contributions require a copyright
-assignment to the FSF.