diff options
| -rw-r--r-- | consult.org | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/consult.org b/consult.org index 0a2878b..df222be 100644 --- a/consult.org +++ b/consult.org @@ -12,9 +12,10 @@    #+begin_src emacs-lisp      (use-package selectrum        :ensure t -      :custom ((selectrum-extend-current-candidate-highlight t) +      :custom ((selectrum-complete-in-buffer nil) +               (selectrum-extend-current-candidate-highlight t)                 (selectrum-fix-minibuffer-height nil) -               (selectrum-num-candidates-displayed 15) +               (selectrum-max-window-height 20)                 (selectrum-show-indices nil)                 (selectrum-count-style 'current/matches)) ;; 'matches        :bind (("C-R" . selectrum-repeat)))  | 
