mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
a4b5831
removed this let-binding because I expected the function to capture it, which seems to be the case in general, except for #6865. Since add-transient-hook! could conceivably be used in an elisp file with lexical-binding off, I'll take fewer chances and live with a little redundancy. Amend:a4b58311da
Fix: #6865