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