Add configuration for tab-line and tab-bar
This commit is contained in:
parent
93a46523d3
commit
5663e98177
4
init.el
4
init.el
@ -174,6 +174,10 @@
|
|||||||
(setq
|
(setq
|
||||||
show-paren-delay 0.0 ; (show-paren-mode) - Parenthesis highlighting delay
|
show-paren-delay 0.0 ; (show-paren-mode) - Parenthesis highlighting delay
|
||||||
visual-line-fringe-indicators t ; (visual-line-mode) - Shows fringe indicators for wrapping
|
visual-line-fringe-indicators t ; (visual-line-mode) - Shows fringe indicators for wrapping
|
||||||
|
tab-line-close-button-show nil ; (tab-line-mode) - Do not show close button on tabs
|
||||||
|
tab-line-new-button-show nil ; (tab-line-mode) - Do not show "new tab" button
|
||||||
|
tab-bar-close-button-show nil ; (tab-bar-mode) - Do not show close button on tabs
|
||||||
|
tab-bar-new-button-show nil ; (tab-bar-mode) - Do not show "new tab" button
|
||||||
)
|
)
|
||||||
|
|
||||||
;;====================
|
;;====================
|
||||||
|
Loading…
Reference in New Issue
Block a user