doomemacs/modules/lang/web
Henrik Lissner 15991b5639 Refactor quiet! to be less destructive
It's possible for the debugger to be invoked from inside code wrapped in
a (quiet! ...) call. The debugger pauses Emacs in a broken state where
the functions locally rebound by quiet! (e.g. message, load-file,
write-region, etc) are never returned to their original definitions.

This attempts to reduce that probabilityby changing how quiet! silences
code. Rather than silencing them completely, they will be logged
to *Messages* but not displayed in the echo area.

Also, quiet! is now used less, where it isn't strictly needed (or where
inhibit-message is sufficient).
2018-09-28 21:13:27 -04:00
..
autoload lang/css: refactor +css/toggle-inline-or-block 2018-09-27 22:44:07 -04:00
test Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
+css.el lang/web: update set-docsets! & general refactor 2018-09-09 09:58:21 -04:00
+html.el lang/web: fully remove nil autopair group 2018-09-26 20:38:47 -04:00
config.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
doctor.el lang/web: add doctor.el 2018-05-25 01:01:25 +02:00
packages.el General refactor of modules 2018-09-09 09:58:20 -04:00