Tweak use-package/debug-on-error settings

This commit is contained in:
David Morgan 2023-08-15 16:39:01 +01:00
parent a66bb610e1
commit 54938c7968
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@
use-package-always-defer t
package-native-compile t
elpaca-queue-limit 10)
(setq use-package-verbose init-file-debug
use-package-expand-minimally (not init-file-debug)
use-package-compute-statistics nil
debug-on-error init-file-debug)
(bind-key "C-c e u" 'elpaca-fetch-all)
(bind-key "C-c e m" 'elpaca-manager))