aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-06-19 13:57:44 -0700
committerGravatar Tom Willemse2021-06-19 13:57:44 -0700
commit2609dbab87a187238f145ec0a1a2d8c276a78106 (patch)
treed27960182eb1aef121eafdadb72bc707f0091f2a
parentef22e8414937154764fa4ccfc7f61fbe125aba06 (diff)
downloademacs-config-2609dbab87a187238f145ec0a1a2d8c276a78106.tar.gz
emacs-config-2609dbab87a187238f145ec0a1a2d8c276a78106.zip
[oni-package] Remove ‘package-quickstart’
This should revert it back to ‘nil’ when I start Emacs. I can’t use ‘package-quickstart’ because it will cause an error on startup and then my Emacs daemon doesn’t work. I’m in the process of moving over to a different way of loading my Emacs packages anyway, so I’ll see if it’s still useful after that.
-rw-r--r--oni-package.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/oni-package.el b/oni-package.el
index ba35bf9..b1e87ed 100644
--- a/oni-package.el
+++ b/oni-package.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0425.174639
+;; Version: 2021.0619.135735
;; 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,9 +47,6 @@
;;;###autoload
(setq package-enable-at-startup nil)
-;;;###autoload
-(setq package-quickstart t)
-
;;;###autoload (add-hook 'after-init-hook 'package-initialize)
;;;###autoload