Minor refactors & reformatting across the board

This commit is contained in:
Henrik Lissner 2019-10-20 13:29:29 -04:00
parent 8b18604b63
commit e0469e14c0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
8 changed files with 21 additions and 17 deletions

View file

@ -33,7 +33,12 @@ are open."
;;;###autoload
(defun doom-shut-up-a (orig-fn &rest args)
"Generic advisor for silencing noisy functions."
"Generic advisor for silencing noisy functions.
In interactive Emacs, this just inhibits messages from appearing in the
minibuffer. They are still logged to *Messages*.
In tty Emacs, messages suppressed completely."
(quiet! (apply orig-fn args)))