emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 673c45e 342/399: ivy.el (ivy--minibuffer-setup): Set line-


From: Oleh Krehel
Subject: [elpa] master 673c45e 342/399: ivy.el (ivy--minibuffer-setup): Set line-spacing to nil in the minibuffer
Date: Sat, 20 Jul 2019 14:57:53 -0400 (EDT)

branch: master
commit 673c45ef1cf5a885686681c2b915d228d9c5a38e
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy--minibuffer-setup): Set line-spacing to nil in the minibuffer
    
    Fixes #2118
---
 ivy.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ivy.el b/ivy.el
index 37e388e..5a33cb0 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2728,6 +2728,7 @@ tries to ensure that it does not change depending on the 
number of candidates."
   (setq-local mwheel-scroll-up-function 'ivy-next-line)
   (setq-local mwheel-scroll-down-function 'ivy-previous-line)
   (setq-local completion-show-inline-help nil)
+  (setq-local line-spacing nil)
   (setq-local minibuffer-default-add-function
               (lambda ()
                 (list ivy--default)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]