From d2aa8d9b3b291bef115fb30326cd2d0085b3f8fa Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 14 Oct 2015 12:59:17 -0500 Subject: [PATCH] update org files --- emacs_el/configuration/don-configuration.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index b374026..572d807 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -1,3 +1,11 @@ +* Load debugger + +# if for some reason, things get pear-shaped, we want to be able to +# enter the debugger by sending -USR2 to emacs + +#+BEGIN_SRC emacs-lisp :tangle don-configuration.el +(setq debug-on-event 'siguser2) +#+END_SRC * Add library paths #+BEGIN_SRC emacs-lisp :tangle don-configuration.el -- 2.39.5