Files
doomemacs/core
Henrik Lissner 6b8520d189 Change add-transient-hook! to take hook suffix as 2nd arg
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.
2018-05-15 21:49:51 +02:00
..
2018-05-15 09:30:21 -04:00
2018-05-15 10:54:45 +02:00
2018-05-15 10:54:45 +02:00
2018-05-15 01:46:08 +02:00