aboutsummaryrefslogtreecommitdiffstats
path: root/oni-package.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-04-25 17:47:12 -0700
committerGravatar Tom Willemse2021-04-25 17:47:12 -0700
commit6d3975566cce7e06029440917445d0761380f72a (patch)
treec23bb4a75b312f581a1de71916a031ac133ed8ae /oni-package.el
parentfd6b131d1c391fb9bc1d2f89db6e077bd9805d57 (diff)
downloademacs-config-6d3975566cce7e06029440917445d0761380f72a.tar.gz
emacs-config-6d3975566cce7e06029440917445d0761380f72a.zip
[oni-package] Enable ‘package-quickstart’
Diffstat (limited to 'oni-package.el')
-rw-r--r--oni-package.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/oni-package.el b/oni-package.el
index 6425e03..ba35bf9 100644
--- a/oni-package.el
+++ b/oni-package.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.1014.170341
+;; Version: 2021.0425.174639
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -47,6 +47,9 @@
;;;###autoload
(setq package-enable-at-startup nil)
+;;;###autoload
+(setq package-quickstart t)
+
;;;###autoload (add-hook 'after-init-hook 'package-initialize)
;;;###autoload