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: