summary refs log tree commit diff
path: root/early-init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-04-06 11:22:57 -0700
committerFranck Cuny <franck@fcuny.net>2024-04-06 11:22:57 -0700
commit7c5780a719565630f58e7751afa8c7e458c49871 (patch)
treef8863ebcbd4a1e551a63374b3fee589affca1393 /early-init.el
parentmove some display stuff (diff)
downloademacs.d-7c5780a719565630f58e7751afa8c7e458c49871.tar.gz
a org file is definitely not the way for me
Diffstat (limited to '')
-rw-r--r--early-init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index 0312190..870eb01 100644
--- a/early-init.el
+++ b/early-init.el
@@ -21,6 +21,9 @@
 ;; increase font size
 (set-face-attribute 'default nil :height 130)
 
+(setq init-file-debug t)
+(setq debug-on-error init-file-debug)
+
 (add-hook
  'emacs-startup-hook
  (lambda (&rest _)