From d47f0d6ab60825dd86b87011dfdd916f32bf0847 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 17 Feb 2021 19:41:09 -0600 Subject: [PATCH] feat(selectrum): Set window height to match ivy --- modules/completion/selectrum/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/completion/selectrum/config.el b/modules/completion/selectrum/config.el index e835aaa46..3f4b64c71 100644 --- a/modules/completion/selectrum/config.el +++ b/modules/completion/selectrum/config.el @@ -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))))