]> git.donarmstrong.com Git - emacs.git/commitdiff
add early init which disables package.el master
authorDon Armstrong <don@donarmstrong.com>
Sun, 6 Aug 2023 00:17:51 +0000 (17:17 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 6 Aug 2023 00:17:51 +0000 (17:17 -0700)
.emacs.d/early-init.el [new file with mode: 0644]

diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el
new file mode 100644 (file)
index 0000000..512068a
--- /dev/null
@@ -0,0 +1 @@
+(setq package-enable-at-startup nil)