summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--consult.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/consult.org b/consult.org
index 34e015f..8ce5e1a 100644
--- a/consult.org
+++ b/consult.org
@@ -12,7 +12,7 @@
#+begin_src emacs-lisp
(use-package selectrum
:ensure t
- :custom ((selectrum-extend-current-candidate-highlight nil)
+ :custom ((selectrum-extend-current-candidate-highlight t)
(selectrum-fix-minibuffer-height nil)
(selectrum-num-candidates-displayed 15)
(selectrum-show-indices nil)