From 9936d1c6a83f8844c6e301c023c0be6394b3aa50 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Wed, 16 Oct 2019 16:42:51 +0200 Subject: [PATCH] lv.el (lv-window): Set tab-line-format to nil Fixes #348 --- lv.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lv.el b/lv.el index 57ef10d..3cfc914 100644 --- a/lv.el +++ b/lv.el @@ -75,6 +75,7 @@ Only the background color is significant." (setq window-size-fixed t) (setq mode-line-format nil) (setq header-line-format nil) + (setq tab-line-format nil) (setq cursor-type nil) (setq display-line-numbers nil) (setq display-fill-column-indicator nil)