mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix after! macro with multiple features
This commit is contained in:
@ -204,8 +204,8 @@ compilation. This will no-op on features that have been disabled by the user."
|
||||
((and (consp targets)
|
||||
(memq (car targets) '(:and :all)))
|
||||
(dolist (next (cdr targets))
|
||||
(setq body `(after! ,next ,@body)))
|
||||
body)
|
||||
(setq body `((after! ,next ,@body))))
|
||||
(car body))
|
||||
((listp targets)
|
||||
`(after! (:all ,@targets) ,@body))))))
|
||||
|
||||
|
Reference in New Issue
Block a user