doomemacs/modules
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
..
app Remove third line in section headers 2018-09-09 09:58:19 -04:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion Remove smex-completion-read reference 2018-09-26 12:29:55 -04:00
config Don't error when no gpg keys exist 2018-09-25 10:29:57 -04:00
editor editor/parinfer: fix void-function evil-define-key errors 2018-09-26 10:45:05 -04:00
emacs feature/evil: refactor folding & outline support 2018-09-20 22:26:36 -04:00
feature feature/evil: refactor neotree-make-executor fix 2018-09-26 10:46:43 -04:00
lang Refactor quiet! to be less destructive 2018-09-28 21:13:27 -04:00
tools Minor, general comment revision 2018-09-28 21:02:59 -04:00
ui Add commands for using bin/doom from inside Emacs 2018-09-28 21:13:27 -04:00