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

    Set tab-bar-format to nil (Emacs 28)
    
    Thanks, @protesilaos
---
 corfu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/corfu.el b/corfu.el
index 3529608..2439821 100644
--- a/corfu.el
+++ b/corfu.el
@@ -255,6 +255,7 @@ completion began less than that number of seconds ago."
   '((mode-line-format . nil)
     (header-line-format . nil)
     (tab-line-format . nil)
+    (tab-bar-format . nil) ;; Emacs 28 tab-bar-format
     (frame-title-format . "")
     (truncate-lines . t)
     (cursor-in-non-selected-windows . nil)

Reply via email to