From 6d3975566cce7e06029440917445d0761380f72a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 25 Apr 2021 17:47:12 -0700 Subject: [PATCH] =?UTF-8?q?[oni-package]=20Enable=20=E2=80=98package-quick?= =?UTF-8?q?start=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-package.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ;; 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