You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
I'm trying to port some of my old config into neater use-package declarations and I have a few add-hooks which use the optional DEPTH and LOCAL args of that function. These aren't currently supported by use-package, but it would be nice if they were. Perhaps something like one of these?
And more consistent with add-hook (though with the disadvantage that comes with all optional positional arguments -- specifying only the last one requires specifying the others as nil, which is kinda cluttered):