doomemacs/core/autoload
Henrik Lissner 69c6e0b8fb
Add doom-get-package-alist
New function returns a list of (NAME . DESC) cons cells in the order
they were declared (in module packages.el files).

Fixes a load-order issue where autoloads from one package would depend
on the autoloads of another package, but was inserted into
doom-package-autoload-file *before* the depended package, causing
void-variable errors.

Also allows for a big refactor of the :plugins byte-compile target.
2018-06-14 03:36:46 +02:00
..
buffers.el Add new doom|mark-buffer-as-real hook to term/eshell 2018-06-04 21:17:49 +02:00
cache.el Shrink dependency chains in core libraries 2018-05-20 12:06:50 +02:00
debug.el Major refactor of package management API 2018-06-12 00:02:04 +02:00
editor.el Change doom/retab to reformat w/ opposite style if ARG 2018-05-20 12:10:10 +02:00
files.el delete-this-file: don't propagate deletion to vcs 2018-06-11 01:33:56 +02:00
help.el Remove autoload/modules library 2018-06-12 00:02:04 +02:00
memoize.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
menu.el Preselect last command in menus; reverse universal arg behavior 2018-03-19 02:02:52 -04:00
message.el Remove unused printerr! macro 2018-05-25 00:49:03 +02:00
packages.el Add doom-get-package-alist 2018-06-14 03:36:46 +02:00
scratch.el Refactor scratch buffer; add doom-scratch-buffer-major-mode option #490 2018-03-28 18:39:46 -04:00
test.el Load core-packages in doom//run-tests 2018-06-12 01:45:52 +02:00
ui.el General refactor for consistency & idempotency 2018-05-18 01:26:41 +02:00