From: Ian Kelling Date: Sat, 27 Aug 2016 19:40:28 +0000 (-0700) Subject: turn off temporary debug X-Git-Url: https://iankelling.org/git/?p=dot-emacs;a=commitdiff_plain;h=f2df0ec96647b7545b09dab8a8792ddefd3c5ce3 turn off temporary debug --- diff --git a/my-init.org b/my-init.org index c7efdac..d9bf515 100644 --- a/my-init.org +++ b/my-init.org @@ -19,7 +19,7 @@ * things that should be at the beginning #+begin_src emacs-lisp ;; todo, evaluating this manually disables debug on error instead of toggling it -(toggle-debug-on-error) ;uncomment to help debug and catch errors +;(toggle-debug-on-error) ;uncomment to help debug and catch errors #+end_src