From 6fdd2bb75698151091f9ba35f17d61dd24364500 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Mon, 27 Dec 2021 10:35:48 -0800 Subject: [PATCH] Easier to debug when debug-on-error is the default Especially easier when loading up dot files. --- ha-config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ha-config.org b/ha-config.org index 955f5f1..4912e23 100644 --- a/ha-config.org +++ b/ha-config.org @@ -40,8 +40,9 @@ As [[https://tecosaur.github.io/emacs-config/config.html][tec wrote]], I want to More settings: #+BEGIN_SRC emacs-lisp -(setq truncate-string-ellipsis "…" ; Unicode ellispis are nicer than "..." - auto-save-default t) + (setq truncate-string-ellipsis "…" ; Unicode ellispis are nicer than "..." + auto-save-default t + debug-on-error t) #+END_SRC And some Mac-specific settings: