aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/early-init.el1
-rw-r--r--dot.emacs.d/init.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/dot.emacs.d/early-init.el b/dot.emacs.d/early-init.el
new file mode 100644
index 0000000..512068a
--- /dev/null
+++ b/dot.emacs.d/early-init.el
@@ -0,0 +1 @@
+(setq package-enable-at-startup nil)
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 143cdad..b87158c 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -1,5 +1,5 @@
+;; See early-init.el for further package stuff
(require 'package)
-(setq package-enable-at-startup nil)
(setq package-archives
'(("melpa-stable" . "https://stable.melpa.org/packages/")
("melpa-unstable" . "https://melpa.org/packages/")