]> git.donarmstrong.com Git - lib.git/commitdiff
update org files
authorDon Armstrong <don@donarmstrong.com>
Wed, 14 Oct 2015 17:59:17 +0000 (12:59 -0500)
committerDon Armstrong <don@donarmstrong.com>
Wed, 14 Oct 2015 17:59:17 +0000 (12:59 -0500)
emacs_el/configuration/don-configuration.org

index b37402699ee4abac286436f56efc3af2959649e6..572d8076a5a4502faf0b9e79b7aa438c95f3d2fb 100644 (file)
@@ -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