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 32 33 34 35 36 37 38
|
From: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>
Date: Wed, 17 Aug 2022 21:20:59 +0200
Subject: Drop references to external pages and debianise
Forwarded: not-needed
--- a/README.org
+++ b/README.org
@@ -23,9 +23,9 @@ with command =marginalia-cycle=.
* Configuration
-It is recommended to use Marginalia together with either the [[https://github.com/minad/vertico][Vertico]], [[https://github.com/protesilaos/mct][Mct]],
-[[https://www.gnu.org/software/emacs/manual/html_node/emacs/Icomplete.html][Icomplete]] or the default completion UI. Furthermore Marginalia can be combined
-with [[https://github.com/oantolin/embark][Embark]] for action support and [[https://github.com/minad/consult][Consult]], which provides many useful commands.
+It is recommended to use Marginalia together with either the Vertico (~apt install elpa-vertico~), [[https://github.com/protesilaos/mct][Mct]],
+[[info:emacs#Icomplete][Icomplete]] or the default completion UI. Furthermore Marginalia can be combined
+with Embark (~apt install elpa-embark~) for action support and Consult (~apt install elpa-consult~), which provides many useful commands.
#+begin_src emacs-lisp
;; Enable rich annotations using the Marginalia package
@@ -65,7 +65,7 @@ Marginalia does not expose library funct
add your own completion commands to your package we recommend to specify an
=annotation-function= or an =affixation-function=, avoiding the Marginalia
dependency this way. The =annotation-function= and =affixation-function= are
-documented in the [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Completion.html][Elisp manual]]. If you use =consult--read=, you can specify an
+documented in the [[info:elisp#Completion][Elisp manual]]. If you use =consult--read=, you can specify an
=:annotate= keyword argument.
There is an exception to our recommendation: If you want to implement
@@ -101,7 +101,7 @@ The =marginalia-classify-by-command-name
command name. This is particularly useful if the prompt classifier yields a
false positive.
-Completion categories are also important for [[https://github.com/oantolin/embark][Embark]], which associates actions
+Completion categories are also important for Embark, which associates actions
based on the completion category and benefits from Marginalia's classifiers.
Once the category of the candidates is known, Marginalia looks in the
|