Enable tab-bar-mode and menu-bar-mode by default

This commit is contained in:
Evie Litherland-Smith 2024-06-27 09:20:20 +01:00
parent 5176056672
commit c283711bd1

View file

@ -35,9 +35,9 @@
(global-prettify-symbols-mode +1)
(global-auto-revert-mode +1)
(delete-selection-mode +1)
(menu-bar-mode -1)
(menu-bar-mode +1)
(tab-bar-mode +1)
(tool-bar-mode -1)
(tab-bar-mode -1)
(scroll-bar-mode -1)
(use-package pixel-scroll