mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
By default, transient hooks are defined as doom-transient-hook-N, where N is a counter. This makes debugging them difficult. Now, you may specify an id for the second argument. e.g. (add-transient-hook! 'find-file-hook load-evil (require 'evil)) Will define doom|transient-hook-load-evil, which is easier to debug and remove, if necessary.