summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-03-12 09:50:26 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-03-12 09:59:43 +0100
commit41281fd92dbf6ab6dcf75f61312d8a486a7b4ca9 (patch)
treedddd057901eef617e07d387b26863740cf56f373 /README.org
parent7ddf5dfe9e982ee1510ceec36eeb4d8bb802ea73 (diff)
Ivy: Do not auto register the highlighting function
It seems to me that there is almost no advantage of auto loading that part of the code in contrast to adding it to the configuration directly. Probably most users use Orderless with completion systems like default completion, Vertico or Mct.
Diffstat (limited to 'README.org')
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index 71e3416..a508bef 100644
--- a/README.org
+++ b/README.org
@@ -330,6 +330,7 @@ To use =orderless= from Ivy add this to your Ivy configuration:
#+begin_src emacs-lisp
(setq ivy-re-builders-alist '((t . orderless-ivy-re-builder)))
+ (add-to-list 'ivy-highlight-functions-alist '(orderless-ivy-re-builder . orderless-ivy-highlight))
#+end_src
** Selectrum