doomemacs/core
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 Add commands for using bin/doom from inside Emacs 2018-09-28 21:13:27 -04:00
cli Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
templates Add option to load doom in vanilla sandbox 2018-08-12 02:45:01 +02:00
test Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
core-cli.el Refactor bin/doom & doom-dispatch 2018-09-28 21:13:27 -04:00
core-editor.el Fix :defer-incrementally t 2018-09-21 22:43:52 -04:00
core-keybinds.el Refactor/reformat core-ui 2018-09-18 15:19:50 -04:00
core-lib.el Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
core-modules.el Refactor & optimize doom! + module API 2018-09-25 23:52:20 -04:00
core-os.el General formatting & minor refactors 2018-09-02 17:20:19 +02:00
core-packages.el Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
core-projects.el Minor, general comment revision 2018-09-28 21:02:59 -04:00
core-ui.el Minor, general comment revision 2018-09-28 21:02:59 -04:00
core.el Minor, general comment revision 2018-09-28 21:02:59 -04:00
packages.el Replace delete-trailing-whitespace with ws-butler 2018-08-31 13:59:12 +02:00