doomemacs/core
Henrik Lissner 9924a43506
Fix doom-module-pairs returning pairs in arbitrary order
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.
2017-12-23 03:26:32 -05:00
..
autoload Fix doom-fetch & remove --depth 1 2017-12-23 01:47:27 -05:00
test
core-editor.el recentf: use file-truename on all entries + update recentf-exclude 2017-12-22 16:26:08 -05:00
core-keybinds.el
core-lib.el Refactor bootstrap process + add doom-initialize-load-path 2017-12-22 16:26:05 -05:00
core-os.el
core-packages.el Fix doom-module-pairs returning pairs in arbitrary order 2017-12-23 03:26:32 -05:00
core-popups.el
core-projects.el Add doom-project-{find-file,browse} functions 2017-12-23 02:09:40 -05:00
core-ui.el Better error-handling for missing fonts #301 2017-12-22 23:36:35 -05:00
core.el Refactor bootstrap process + add doom-initialize-load-path 2017-12-22 16:26:05 -05:00
packages.el