mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Ensure use-package settings are set @ compile-time
This commit is contained in:
@ -220,12 +220,13 @@ non-nil, return paths of possible modules, activated or otherwise."
|
|||||||
;;
|
;;
|
||||||
;;; Use-package modifications
|
;;; Use-package modifications
|
||||||
|
|
||||||
(autoload 'use-package "use-package-core" nil nil t)
|
(eval-and-compile
|
||||||
|
(autoload 'use-package "use-package-core" nil nil t)
|
||||||
|
|
||||||
(setq use-package-compute-statistics doom-debug-mode
|
(setq use-package-compute-statistics doom-debug-mode
|
||||||
use-package-verbose doom-debug-mode
|
use-package-verbose doom-debug-mode
|
||||||
use-package-minimum-reported-time (if doom-debug-mode 0 0.1)
|
use-package-minimum-reported-time (if doom-debug-mode 0 0.1)
|
||||||
use-package-expand-minimally (not noninteractive))
|
use-package-expand-minimally (not noninteractive)))
|
||||||
|
|
||||||
;; Adds two new keywords to `use-package' (and consequently, `def-package!') to
|
;; Adds two new keywords to `use-package' (and consequently, `def-package!') to
|
||||||
;; expand its lazy-loading capabilities. They are:
|
;; expand its lazy-loading capabilities. They are:
|
||||||
|
Reference in New Issue
Block a user