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

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

[elpa] externals/vertico af43fc7: Setup minibuffer with truncation by de


From: ELPA Syncer
Subject: [elpa] externals/vertico af43fc7: Setup minibuffer with truncation by default
Date: Wed, 7 Jul 2021 16:57:17 -0400 (EDT)

branch: externals/vertico
commit af43fc7b7c6babf40e3af4dedcc36a36e0916104
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Setup minibuffer with truncation by default
---
 vertico.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vertico.el b/vertico.el
index 05e72cc..2156aef 100644
--- a/vertico.el
+++ b/vertico.el
@@ -693,6 +693,7 @@ When the prefix argument is 0, the group order is reset."
                                (make-overlay (point-min) (point-min) nil t t)))
   (setq-local resize-mini-windows 'grow-only
               max-mini-window-height 1.0
+              truncate-lines (< (point-max) (- (window-width) 4))
               completion-auto-help nil
               completion-show-inline-help nil)
   (use-local-map vertico-map)



reply via email to

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