summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tab-conf.el2
1 files changed, 2 insertions, 0 deletions
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)