mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-26 03:41:59 -08:00
(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-buffers.el | ||
| autoload-debug.el | ||
| autoload-message.el | ||
| autoload-package.el | ||
| core-lib.el | ||
| core-projects.el | ||
| core-ui.el | ||