Don't set state of tab-bar-mode and menu-bar-mode in init.el
This commit is contained in:
parent
c283711bd1
commit
a2f6f74a90
2
init.el
2
init.el
|
@ -35,8 +35,6 @@
|
||||||
(global-prettify-symbols-mode +1)
|
(global-prettify-symbols-mode +1)
|
||||||
(global-auto-revert-mode +1)
|
(global-auto-revert-mode +1)
|
||||||
(delete-selection-mode +1)
|
(delete-selection-mode +1)
|
||||||
(menu-bar-mode +1)
|
|
||||||
(tab-bar-mode +1)
|
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue