summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org12
-rw-r--r--images/describe-function-eis-ff.pngbin132267 -> 0 bytes
-rw-r--r--orderless.texi8
3 files changed, 10 insertions, 10 deletions
diff --git a/README.org b/README.org
index 7d33916..b8add65 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 87d2467..0000000
--- a/images/describe-function-eis-ff.png
+++ /dev/null
Binary files differ
diff --git a/orderless.texi b/orderless.texi
index ebca7d6..916334e 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: