From: Don Armstrong Date: Wed, 14 Oct 2015 17:59:17 +0000 (-0500) Subject: update org files X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d2aa8d9b3b291bef115fb30326cd2d0085b3f8fa;p=lib.git update org files --- 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