summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2020-04-24 13:38:13 -0500
committerOmar Antolín <omar.antolin@gmail.com>2020-04-24 13:38:13 -0500
commit2750e15c742d8460748044522a1286c27e4bfc32 (patch)
tree83ed99f4ea7ad571acc16ff365d7c6a3a6f54db4 /README.org
parent123d2fa19c9ea10a488a9289b5414b4f4f48a2dc (diff)
Add ivy integration
Diffstat (limited to 'README.org')
-rw-r--r--README.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.org b/README.org
index cb7fd86..171d811 100644
--- a/README.org
+++ b/README.org
@@ -213,6 +213,17 @@ please file an issue or make a pull request so others can benefit from
your effort. The functions =orderless-filter= and
=orderless-highlight-matches= are likely to help with the integration.
+** Ivy
+
+To use =orderless= from Ivy add this to your Ivy configuration:
+
+#+begin_src emacs-lisp
+ (require 'orderless)
+ (cl-pushnew '(orderless--ivy-re-builder . orderless--ivy-highlight)
+ ivy-highlight-functions-alist)
+ (setq ivy-re-builders-alist '((t . orderless--ivy-re-builder)))
+#+end_src
+
** Selectrum
To use =orderless= from Selectrum add this to your Selectrum