Easier to debug when debug-on-error is the default
Especially easier when loading up dot files.
This commit is contained in:
parent
414b56eb5f
commit
6fdd2bb756
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue