Skip to content

Commit

Permalink
ivy.el (ivy--minibuffer-setup): Set line-spacing to nil in the minibu…
Browse files Browse the repository at this point in the history
…ffer

Fixes #2118
  • Loading branch information
abo-abo committed Jul 3, 2019
1 parent 8fc254f commit 673c45e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ivy.el
Expand Up @@ -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)))
Expand Down

0 comments on commit 673c45e

Please sign in to comment.