doomemacs / doomemacs

An Emacs framework for the stubborn martian hacker
MIT License
18.88k stars 3.03k forks source link

fix(cli) update `comp-async-runnings` to `comp--async-runnings` for emacs 30 #7877

Closed VitalyAnkh closed 4 weeks ago

VitalyAnkh commented 1 month ago

Following the upstream Emacs 30 change: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=fd61cf3976c1c24b5a58923f6520f88db060cacd.

LemonBreezes commented 1 month ago

Hi. You should update this change to be like the one I made: https://github.com/doomemacs/doomemacs/pull/7879 Then I will close that PR and hopefully this one will be merged.

Basically, the issue is that Doom Emacs needs to be backwards compatible with Emacs29 even after Emacs30 is released.

hlissner commented 4 weeks ago

I've merged https://github.com/doomemacs/doomemacs/pull/7879, which should resolve this. Thanks for bringing it to my attention!