From b59e64598aae2ac64f5e37518feed09d354c2823 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 25 Jun 2021 11:13:52 +0200 Subject: 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 -- cgit v1.0