turn off temporary debug
[dot-emacs] / my-init.org
index c7efdaccc5b0957d7d6028164877f2e6c7011498..d9bf5155a8e18b23c16b2c6438b58b9f50f8c48f 100644 (file)
@@ -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