mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-27 15:20:52 -07:00
fix(cli): doctor: recursive macro expansion on advice
Emerged in Emacs 31+. Fix: #8644
This commit is contained in:
parent
8eb5ab3d11
commit
4f4952d6c6
1 changed files with 0 additions and 1 deletions
|
|
@ -327,7 +327,6 @@ in."
|
|||
|
||||
(when doom-modules
|
||||
(print! (start "Checking your enabled modules..."))
|
||||
(advice-add #'require :around #'doom-shut-up-a)
|
||||
(pcase-dolist (`(,group . ,name) (doom-module-list))
|
||||
(with-doom-context 'doctor
|
||||
(let (doom-local-errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue