branch: externals/orderless
commit 976f537e36c9c7b73c902c7fce1066c5c2a0c04c
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Fix typos and move image to separate branch
Take the image from a separate branch such that it is not distributed
with the ELPA/MELPA packages.
---
README.org | 12 ++++++------
images/describe-function-eis-ff.png | Bin 132267 -> 0 bytes
orderless.texi | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.org b/README.org
index 7d33916bf0..b8add65e0d 100644
--- a/README.org
+++ b/README.org
@@ -114,7 +114,7 @@ matched as an initialism, and =ff= matched as a regexp. The
completion
UI in the screenshot is
[[https://github.com/oantolin/icomplete-vertical][icomplete-vertical]] and the
theme is
Protesilaos Stavrou's lovely
[[https://gitlab.com/protesilaos/modus-themes][modus-operandi]].
-[[images/describe-function-eis-ff.png]]
+[[https://github.com/oantolin/orderless/blob/dispatcher/images/describe-function-eis-ff.png?raw=true]]
* Customization
@@ -371,7 +371,7 @@ To use =orderless= from Ivy add this to your Ivy
configuration:
** Helm
To use =orderless= from Helm, simply configure =orderless= as you would
-for completion UIs that use Emacs completion stlyes and add this to
+for completion UIs that use Emacs completion styles and add this to
your Helm configuration:
#+begin_src emacs-lisp
@@ -391,7 +391,7 @@ configuration you can use =orderless= just by adding it to
#+end_src
If you use the above configuration, only the visible candidates are
-highlighted, which is a litte more efficient.
+highlighted, which is a little more efficient.
Note that Selectrum has been deprecated in favor of Vertico.
@@ -431,9 +431,9 @@ But there are a couple of points of discomfort:
#+end_src
(Aren't dynamically scoped variables and the advice system nifty?)
-
-If you would like to use different =completion-styles= with =company-capf=
instead, you
-can add this to your config:
+
+If you would like to use different =completion-styles= with =company-capf=
instead, you
+can add this to your configuration:
#+begin_src emacs-lisp
;; We follow a suggestion by company maintainer u/hvis:
diff --git a/images/describe-function-eis-ff.png
b/images/describe-function-eis-ff.png
deleted file mode 100644
index 87d2467de3..0000000000
Binary files a/images/describe-function-eis-ff.png and /dev/null differ
diff --git a/orderless.texi b/orderless.texi
index ebca7d6271..916334e55a 100644
--- a/orderless.texi
+++ b/orderless.texi
@@ -444,7 +444,7 @@ To use @samp{orderless} from Ivy add this to your Ivy
configuration:
@section Helm
To use @samp{orderless} from Helm, simply configure @samp{orderless} as you
would
-for completion UIs that use Emacs completion stlyes and add this to
+for completion UIs that use Emacs completion styles and add this to
your Helm configuration:
@lisp
@@ -465,7 +465,7 @@ configuration you can use @samp{orderless} just by adding
it to
@end lisp
If you use the above configuration, only the visible candidates are
-highlighted, which is a litte more efficient.
+highlighted, which is a little more efficient.
Note that Selectrum has been deprecated in favor of Vertico.
@@ -511,8 +511,8 @@ face with this configuration:
(Aren't dynamically scoped variables and the advice system nifty?)
@end enumerate
-If you would like to use different @samp{completion-styles} with
@samp{company-capf} instead, you
-can add this to your config:
+If you would like to use different @samp{completion-styles} with
@samp{company-capf} instead, you
+can add this to your configuration:
@lisp
;; We follow a suggestion by company maintainer u/hvis: