<equivrel>
Hello, what is the easiest way to override the source of a particular emacs (e.g. melpa) package to a specific commit? I need to bisect helm for a bug that has recently appeared.
<adisbladis>
equivrel: Probably via a local overlay
<equivrel>
adisbladis: do overlays get applied in the sequence they are listed? So if I put something like that after emacs-overlay it will be modifying emacs-overlay, rather than the original one?
<adisbladis>
equivrel: Yeah, but you might wanna stick with emacsPackages.overrideScope'
<adisbladis>
And not override the function creating the emacs set
<equivrel>
adisbladis: mhm, I had something with overrideScope' before, will try that now