- The following will show other useful debug settings::
- apropos RET debug-on
The main setting that helps is:
(set debug-on-error t)
Although emacs will always prompt you to run with --debug-init on encountering an error.
Please ensure that you've set
(auto-insert-mode t)
Ensure flycheck
mode is on before editing, and
correct any/all errors.
If possible, fix warnings too (less noise is better).
Watch out for usage of setq and setq-default, with respecct to bufer-local variables.
Use hooks judiciously, especially those involved with saving.
Pleas use semantic versioning with git tag -a.
Author: | Matthew Russell <[email protected]> |
---|---|
Date: | 2014-03-13 |
Last-modified: | 2014-04-26 |