add early-init.el
This commit is contained in:
7
private_dot_emacs.d/early-init.el
Normal file
7
private_dot_emacs.d/early-init.el
Normal file
@@ -0,0 +1,7 @@
|
||||
(menu-bar-mode -1)
|
||||
(scroll-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
|
||||
|
||||
|
||||
(setq package-enable-at-startup nil)
|
||||
Reference in New Issue
Block a user