Revert inadvertent change to lisp/icomplete.el in previous commit
The change
commit 3a651773d2
Author: João Távora <joaotavora@gmail.com>
Date: Fri Mar 3 13:13:35 2023 +0000
Eglot: pay better attention to hints' paddingLeft/Right (bug#61924)
Inadvertently added a line to this file, which shouldn't (yet) bet
added.
* lisp/icomplete.el (icomplete--vertical-minibuffer-setup): Remove
truncate-lines.
This commit is contained in:
parent
da8e4b6fe4
commit
b3e930d328
1 changed files with 0 additions and 1 deletions
|
@ -661,7 +661,6 @@ Usually run by inclusion in `minibuffer-setup-hook'."
|
|||
(setq-local icomplete-hide-common-prefix nil
|
||||
;; Ask `icomplete-completions' to return enough completions candidates.
|
||||
icomplete-prospects-height 25
|
||||
truncate-lines t
|
||||
redisplay-adhoc-scroll-in-resize-mini-windows nil))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Reference in a new issue