Add tab bar config
This commit is contained in:
parent
f019f4b243
commit
95719dabf0
8
init.el
8
init.el
@ -136,6 +136,14 @@
|
||||
(js-mode . js-ts-mode)
|
||||
(cmake-mode . cmake-ts-mode))))
|
||||
|
||||
(use-package tab-bar
|
||||
:ensure nil
|
||||
:init
|
||||
(setq tab-bar-show 1
|
||||
tab-bar-tab-hints t
|
||||
icon-preference '(symbol text image emoji))
|
||||
(tab-bar-mode 1))
|
||||
|
||||
;; c-ts-mode
|
||||
(use-package c-ts-mode
|
||||
:after evil
|
||||
|
Loading…
x
Reference in New Issue
Block a user