mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
This causes errors because of arbitrary module load order. This happens in Emacs 25.x, because hash-table-keys there uses maphash, while in Emacs 26+ it uses cl-loop.