Add use-package customisation

This commit is contained in:
Oliver Payne 2024-03-10 22:44:41 +00:00
parent 7f6652c0e6
commit fea3f1b33f
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
;;Use-package customisation before loading use-package.
(setq use-package-compute-statistics t)
(setq use-package-verbose t)
(setq use-package-always-defer t)
(eval-when-compile
(require 'use-package))