branch: master
commit 432bc7ec646e9f8b2eb952719cc1e645159607fb
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Set line-spacing to 0 in the minibuffer
* ivy.el (ivy--minibuffer-setup): Update.
Fixes #198
---
ivy.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ivy.el b/ivy.el
index 7a7b80e..37091f0 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1215,6 +1215,7 @@ Insert .* between each char."
(set (make-local-variable 'minibuffer-default-add-function)
(lambda ()
(list ivy--default)))
+ (setq line-spacing 0)
(setq-local max-mini-window-height ivy-height)
(add-hook 'post-command-hook #'ivy--exhibit nil t)
;; show completions with empty input