diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2020-04-24 13:38:13 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2020-04-24 13:38:13 -0500 |
| commit | 2750e15c742d8460748044522a1286c27e4bfc32 (patch) | |
| tree | 83ed99f4ea7ad571acc16ff365d7c6a3a6f54db4 /README.org | |
| parent | 123d2fa19c9ea10a488a9289b5414b4f4f48a2dc (diff) | |
Add ivy integration
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
