Do not show tabs in tab-bar-mode

This commit is contained in:
Daniel - 2020-11-29 17:21:21 +01:00
parent 94c1c76e4d
commit 0ea56b203b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -569,6 +569,7 @@
math-units-table nil))
(use-package tab-bar
:init (setq tab-bar-show nil)
:config (progn
(tab-bar-history-mode +1)))