From 75caf5f04a1766114ad78d8648e627ebc175e2cc Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 22 Feb 2021 06:22:59 +0000 Subject: old selectrum opts removed --- consult.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'consult.org') 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))) -- cgit v1.2.3