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

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

[elpa] master 432bc7e 10/54: Set line-spacing to 0 in the minibuffer


From: Oleh Krehel
Subject: [elpa] master 432bc7e 10/54: Set line-spacing to 0 in the minibuffer
Date: Tue, 29 Sep 2015 14:09:49 +0000

branch: master
commit 432bc7ec646e9f8b2eb952719cc1e645159607fb
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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



reply via email to

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