mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
The semantics of add-hook's APPEND argument changed in 27.1: it was replaced with DEPTH, which controls its exact order of the hook (and is respected every time a function is added to a hook, throughout its lifetime). Includes a general refactor for add-hook! too.