diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-12 13:19:03 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-12 13:19:14 +0100 |
| commit | b8f2571c860301b62ddd6bede167c3b5f2bb52f2 (patch) | |
| tree | 45674a2e9f0f55163120f1103c47471b96707456 | |
| parent | 92008e762b30cb445a2227e458cbb9a5e1b1d4e8 (diff) | |
Update badges
| -rw-r--r-- | README.org | 12 | ||||
| -rw-r--r-- | orderless.texi | 4 |
2 files changed, 8 insertions, 8 deletions
@@ -5,10 +5,10 @@ #+TEXINFO_DIR_TITLE: Orderless: (orderless). #+TEXINFO_DIR_DESC: Completion style for matching regexps in any order -:BADGES: -[[https://melpa.org/#/orderless][file:https://melpa.org/packages/orderless-badge.svg]] -[[https://stable.melpa.org/#/orderless][file:https://stable.melpa.org/packages/orderless-badge.svg]] -:END: +#+html: <a href="http://elpa.gnu.org/packages/orderless.html"><img alt="GNU ELPA" src="https://elpa.gnu.org/packages/orderless.svg"/></a> +#+html: <a href="http://elpa.gnu.org/devel/orderless.html"><img alt="GNU-devel ELPA" src="https://elpa.gnu.org/devel/orderless.svg"/></a> +#+html: <a href="https://melpa.org/#/orderless"><img alt="MELPA" src="https://melpa.org/packages/orderless-badge.svg"/></a> +#+html: <a href="https://stable.melpa.org/#/orderless"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/orderless-badge.svg"/></a> * Overview :PROPERTIES: @@ -56,8 +56,8 @@ below). Also, while Company does support completion styles directly, pressing =SPC= takes you out of completion, so comfortably using =orderless= with it takes a bit of configuration (see below). -If you use MELPA, the easiest way to install =orderless= is via -=package-install=. If you use both MELPA and =use-package=, you can use: +If you use ELPA or MELPA, the easiest way to install =orderless= is via +=package-install=. If you use =use-package=, you can use: #+begin_src emacs-lisp (use-package orderless diff --git a/orderless.texi b/orderless.texi index edecf97..9bafc7f 100644 --- a/orderless.texi +++ b/orderless.texi @@ -105,8 +105,8 @@ below). Also, while Company does support completion styles directly, pressing @samp{SPC} takes you out of completion, so comfortably using @samp{orderless} with it takes a bit of configuration (see below). -If you use MELPA, the easiest way to install @samp{orderless} is via -@samp{package-install}. If you use both MELPA and @samp{use-package}, you can use: +If you use ELPA or MELPA, the easiest way to install @samp{orderless} is via +@samp{package-install}. If you use @samp{use-package}, you can use: @lisp (use-package orderless |
