summaryrefslogtreecommitdiff
path: root/.config/emacs/early-init.el
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2022-11-18 18:36:53 -0700
committerLuke Shumaker <lukeshu@datawire.io>2022-11-18 18:36:53 -0700
commit9a62b4a64933f116b08e9e3cb06e013319610e4c (patch)
tree27bb1b131d5a0d35d34fa31e73f72b2446576dc8 /.config/emacs/early-init.el
parent9adc8a2aeaf034f5172b32c9bd000c686465ab21 (diff)
stuff
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)