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
I have a lot of use-package forms that start with an el-patch-feature declaration, then patch a bunch of functions/variables to lazy-load the package. It would be nice if there were a :patch (or maybe :patch-init and :patch-config) keyword where I could just paste the function definitions and defun would automatically turn into el-patch-defun, etc.
The text was updated successfully, but these errors were encountered:
I have a lot of
use-package
forms that start with anel-patch-feature
declaration, then patch a bunch of functions/variables to lazy-load the package. It would be nice if there were a:patch
(or maybe:patch-init
and:patch-config
) keyword where I could just paste the function definitions anddefun
would automatically turn intoel-patch-defun
, etc.The text was updated successfully, but these errors were encountered: