summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar AntolĂ­n Camarena <omar.antolin@gmail.com>2022-01-12 19:37:29 -0600
committerGitHub <noreply@github.com>2022-01-12 19:37:29 -0600
commitce462a63e32dd32bceea041f656bb79da953d62f (patch)
tree45674a2e9f0f55163120f1103c47471b96707456
parent92008e762b30cb445a2227e458cbb9a5e1b1d4e8 (diff)
parentb8f2571c860301b62ddd6bede167c3b5f2bb52f2 (diff)
Merge pull request #103 from minad/badges
Update badges
-rw-r--r--README.org12
-rw-r--r--orderless.texi4
2 files changed, 8 insertions, 8 deletions
diff --git a/README.org b/README.org
index c756beb..71e3416 100644
--- a/README.org
+++ b/README.org
@@ -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