summary refs log tree commit diff stats
path: root/user/emacs/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/early-init.el')
-rw-r--r--user/emacs/early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/early-init.el b/user/emacs/early-init.el
index 7d591550..22c5161c 100644
--- a/user/emacs/early-init.el
+++ b/user/emacs/early-init.el
@@ -1,7 +1,7 @@
 (setq inhibit-startup-screen t
       initial-scratch-message ""
       initial-major-mode 'fundamental-mode
-      package-enable-at-startup nil
+      package-quickstart t
       frame-inhibit-implied-resize t)
 
 ;; Disable all the bars, unless on OSX, in which case, keep the menu bar.