From 14118dac5eab726af76ef735872c3b84627e3848 Mon Sep 17 00:00:00 2001 From: Grant Hunter <5445379+grantdhunter@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:05:13 -0700 Subject: [PATCH] add early-init.el --- private_dot_emacs.d/early-init.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 private_dot_emacs.d/early-init.el diff --git a/private_dot_emacs.d/early-init.el b/private_dot_emacs.d/early-init.el new file mode 100644 index 0000000..2d51198 --- /dev/null +++ b/private_dot_emacs.d/early-init.el @@ -0,0 +1,7 @@ +(menu-bar-mode -1) +(scroll-bar-mode -1) +(tool-bar-mode -1) + + + +(setq package-enable-at-startup nil)