about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-08-15 16:39:01 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-08-15 16:39:01 +0100
commit54938c7968010eaae6a275695ac93204a0e79765 (patch)
treeb64227fba3c55d1e44d5546187684460da13d867 /.emacs.d
parenta66bb610e1d47076c8eedcc3a6b933143b4bac55 (diff)
downloaddotfiles-54938c7968010eaae6a275695ac93204a0e79765.tar.gz
Tweak use-package/debug-on-error settings
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-packages.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-packages.el b/.emacs.d/lisp/init-packages.el
index 3de4f72..5af09d1 100644
--- a/.emacs.d/lisp/init-packages.el
+++ b/.emacs.d/lisp/init-packages.el
@@ -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))