doomemacs/core/test
Henrik Lissner 7777f9940e
Change add-hook! macro to retain hook order
(add-hook! hook '(1 2 3)) should set hook to `(1 2 3 ,@old-hooks).
Before this, they would be pushed sequentially, resulting in hook =
`(3 2 1 ,@old hooks)`
2018-01-08 14:55:58 -05:00
..
autoload-buffers.el Update buffer api tests 2018-01-04 16:16:44 -05:00
autoload-debug.el
autoload-message.el
autoload-package.el General & minor refactoring 2018-01-07 00:15:58 -05:00
core-lib.el Change add-hook! macro to retain hook order 2018-01-08 14:55:58 -05:00
core-projects.el
core-ui.el Update core-ui tests 2018-01-04 16:16:43 -05:00