From 26fa560e1cab6f9272435e6092c1646e3b58cfff Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 29 May 2023 17:57:57 -0400 Subject: Add `--debug-init` flag to emacs startx launch command --- home/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.xinitrc b/home/.xinitrc index ed2c1c2..c730f50 100644 --- a/home/.xinitrc +++ b/home/.xinitrc @@ -11,4 +11,4 @@ xsetroot -cursor_name XC_crosshair xset r rate 200 60 # Start emacs -exec dbus-launch --exit-with-session emacs +exec dbus-launch --exit-with-session emacs --debug-init -- cgit v1.2.3