From 1c23e88fbb3cfa1c5f5d033924d0080f1cdb44b4 Mon Sep 17 00:00:00 2001 From: Adam Kruszewski Date: Sun, 9 Jul 2023 09:42:11 +0200 Subject: [PATCH] Add MELPA installation instructions and bagde --- readme.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.org b/readme.org index d2edff4..cd750d7 100644 --- a/readme.org +++ b/readme.org @@ -1,5 +1,8 @@ #+TITLE: Corfu candidate overlay +#+attr_html: :width 140px +[[https://melpa.org/#/corfu-candidate-overlay][file:https://melpa.org/packages/corfu-candidate-overlay-badge.svg]] + * Corfu candidate overlay package Simple [[https://github.com/minad/corfu][corfu]] as-you-type auto-suggestion candidate overlay with a visual indication of whether there are *many* or *exactly one* candidate available. ** Picture is worth a thousand words @@ -31,7 +34,9 @@ When using a slow or cpu-heavy corfu backends (e.g. [[https://github.com/minad/c #+begin_src emacs-lisp (global-set-key (kbd "C-") 'completion-at-point) #+end_src -** Using straight.el +** Using [[https://melpa.org/#/corfu-candidate-overlay][MELPA]] +Corfu-candidate-overlay is available on [[https://melpa.org/#/corfu-candidate-overlay][MELPA]]. You can install the package using the =package-install= function. +** Using [[https://github.com/radian-software/straight.el][straight.el]] #+begin_src emacs-lisp (use-package corfu-candidate-overlay :straight (:type git