From 0e834171fe8247a62582a5d7f59cfa38cb581c1f Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 12 Apr 2022 15:34:48 +0800 Subject: tab: set tab-bar-format to nil I do not use the tab-bar line. I tried to use it, but I prefer the top of the Emacs stay clean. --- tab-conf.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tab-conf.el') diff --git a/tab-conf.el b/tab-conf.el index d720cb6..de04d73 100644 --- a/tab-conf.el +++ b/tab-conf.el @@ -2,6 +2,8 @@ (require 'tab-bar) +(setq tab-bar-format nil) + (define-key tab-switcher-mode-map (vector ?n) 'tab-switcher-next-or-first) (define-key tab-switcher-mode-map (vector ?p) 'tab-switcher-prev-or-last) (define-key tab-prefix-map (vector 'tab) 'tab-switcher) -- cgit v1.2.3-18-g5258