~abcdw/rde

099a38251fd82ac5a5d493b0d29213fb71cfc714 — Andrew Tropin 2 years ago 67c337a
rde: vertico: Remove not needed anymore workaround.
1 files changed, 1 insertions(+), 2 deletions(-)

M rde/features/emacs.scm
M rde/features/emacs.scm => rde/features/emacs.scm +1 -2
@@ 1640,8 1640,7 @@ vertico-count by 1 to show one more candidate, which is hidden
otherwise because mode line is expected to be present by height
calculation function for vertico buffer."
                   (setq-local header-line-format mode-line-format)
                   (setq-local mode-line-format nil)
                   (setq-local vertico-count (+ vertico-count 1)))
                   (setq-local mode-line-format nil))

                 (advice-add 'vertico-buffer--setup :after
                             'rde--vertico-prepare-header-line))