mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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.