Skip to content

Commit

Permalink
Merge pull request #134 from minad/typos
Browse files Browse the repository at this point in the history
Fix typos and move image to separate branch
  • Loading branch information
oantolin authored Feb 19, 2023
2 parents d09aab3 + 976f537 commit e678402
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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:
Expand Down
Binary file removed images/describe-function-eis-ff.png
Binary file not shown.
8 changes: 4 additions & 4 deletions orderless.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e678402

Please sign in to comment.