mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add doom*shut-up advisor to core-lib
This commit is contained in:
@ -297,9 +297,7 @@
|
||||
(when (bound-and-true-p doom-modules)
|
||||
(section! "test-modules")
|
||||
(let ((indent 4))
|
||||
(defun --quiet-require (orig-fn &rest args)
|
||||
(quiet! (apply orig-fn args)))
|
||||
(advice-add #'require :around #'--quiet-require)
|
||||
(advice-add #'require :around #'doom*shut-up)
|
||||
(maphash
|
||||
(lambda (key plist)
|
||||
(condition-case ex
|
||||
|
Reference in New Issue
Block a user