Easier to debug when debug-on-error is the default

Especially easier when loading up dot files.
This commit is contained in:
Howard Abrams 2021-12-27 10:35:48 -08:00
parent 414b56eb5f
commit 6fdd2bb756

View file

@ -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: