(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)` |
||
---|---|---|
.. | ||
autoload | ||
test | ||
core-editor.el | ||
core-keybinds.el | ||
core-lib.el | ||
core-os.el | ||
core-packages.el | ||
core-projects.el | ||
core-ui.el | ||
core.el | ||
packages.el |