aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home/programs/emacs/early-init.el.org
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/.flake/home/programs/emacs/early-init.el.org')
-rw-r--r--macos.local/.flake/home/programs/emacs/early-init.el.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/macos.local/.flake/home/programs/emacs/early-init.el.org b/macos.local/.flake/home/programs/emacs/early-init.el.org
new file mode 100644
index 0000000..ed452e7
--- /dev/null
+++ b/macos.local/.flake/home/programs/emacs/early-init.el.org
@@ -0,0 +1,6 @@
+#+title: Emacs Early Initialization
+
+Disable =package.el= at startup so that =elpaca= can enable it on its own.
+#+begin_src emacs-lisp
+ (setq package-enable-at-startup nil)
+#+end_src