fix(selectrum): Set max window height to 17
This mimics ivy now
This commit is contained in:
parent
da75da3ab5
commit
deed316283
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
(unless (featurep! +orderless)
|
(unless (featurep! +orderless)
|
||||||
(setq completion-styles '(substring partial-completion)))
|
(setq completion-styles '(substring partial-completion)))
|
||||||
:config
|
:config
|
||||||
(setq selectrum-fix-vertical-window-height 17)
|
(setq selectrum-fix-vertical-window-height 17
|
||||||
|
selectrum-max-window-height 17)
|
||||||
(defadvice! +selectrum-refresh-on-cycle (&rest _)
|
(defadvice! +selectrum-refresh-on-cycle (&rest _)
|
||||||
:after 'marginalia-cycle
|
:after 'marginalia-cycle
|
||||||
(when (bound-and-true-p selectrum-mode) (selectrum-exhibit))))
|
(when (bound-and-true-p selectrum-mode) (selectrum-exhibit))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue