branch: externals/corfu
commit b59e64598aae2ac64f5e37518feed09d354c2823
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Set tab-line-format to nil (Fix #22)
---
 corfu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/corfu.el b/corfu.el
index a27b89e..0671132 100644
--- a/corfu.el
+++ b/corfu.el
@@ -230,6 +230,7 @@ Set to nil in order to disable confirmation."
     (with-current-buffer buffer
       (setq-local mode-line-format nil
                   header-line-format nil
+                  tab-line-format nil
                   frame-title-format ""
                   truncate-lines t
                   cursor-type nil

Reply via email to