Add some configuration for debugging the init file
From the use-package manuel, see info:use-package#Troubleshooting.
This commit is contained in:
parent
53a0944197
commit
c50689c38c
5
init.el
5
init.el
@ -64,6 +64,11 @@
|
||||
use-package-verbose t
|
||||
use-package-minimum-reported-time 0.01)
|
||||
|
||||
(when init-file-debug
|
||||
(setq use-package-expand-minimally nil
|
||||
use-package-compute-statistics t
|
||||
debug-on-error t))
|
||||
|
||||
(add-to-list 'package-pinned-packages '(use-package . "melpa-stable"))
|
||||
(add-to-list 'package-pinned-packages '(bind-key . "melpa-stable"))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user