Emacs: enable tab bar mode

This commit is contained in:
Evie Litherland-Smith 2023-11-15 08:13:19 +00:00
parent 8c78a453c3
commit e1e1218a53

View file

@ -118,9 +118,9 @@
truncate-partial-width-windows nil)
(menu-bar-mode -1)
(tab-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(tab-bar-mode +1)
(line-number-mode +1)
(column-number-mode +1)
(global-display-line-numbers-mode -1)