summaryrefslogtreecommitdiff
path: root/.config/emacs/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/early-init.el')
-rw-r--r--.config/emacs/early-init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el
new file mode 100644
index 0000000..7beda69
--- /dev/null
+++ b/.config/emacs/early-init.el
@@ -0,0 +1,5 @@
+;; Hey, Emacs: -*- Indent-tabs-mode: nil -*-
+
+;; Don't automatically initialize package.el, wait for us to configure
+;; it in init.el and then manually call (package-initialize).
+(setq package-enable-at-startup nil)