Merge branch 'main' of https://github.com/jamescherti/minimal-emacs.d
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
;; URL: https://github.com/jamescherti/minimal-emacs.d
|
||||
;; Package-Requires: ((emacs "29.1"))
|
||||
;; Keywords: maint
|
||||
;; Version: 1.3.0
|
||||
;; Version: 1.3.1
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
;;; Commentary:
|
||||
@@ -472,6 +472,8 @@ this stage of initialization."
|
||||
;; that emphasizes performance over clarity.
|
||||
(setq use-package-expand-minimally (not minimal-emacs-debug))
|
||||
|
||||
(setq package-quickstart-file
|
||||
(expand-file-name "package-quickstart.el" user-emacs-directory))
|
||||
(setq use-package-minimum-reported-time (if minimal-emacs-debug 0 0.1))
|
||||
(setq use-package-verbose minimal-emacs-debug)
|
||||
(setq package-enable-at-startup nil) ; Let the init.el file handle this
|
||||
|
||||
Reference in New Issue
Block a user