Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transient--key-face: Take key into account
[1: fe71a7e] only did so when determining the transient behavior. This commit takes care of also properly visualizing that behavior. - Take an additional KEY argument and pass it along to `transient--get-pre-command'. The previous commit [2: db9603be] added that argument to that function. - No longer prefer the command's `transient-face' symbol property, which we did since the very first implementation of this feature, added in [3: 248862c]. Overriding the automatically determined face is counterproductive as it would counter binding-specific changes to the transient behavior and inapt predicate. We don't actually do this for any commands, so in practice this did not matter. - No longer define an around method, the primary method handles it all. It already did that before this commit. 1: 2024-12-15 fe71a7e Account for duplicated commands with different transient behavior 2: 2024-12-16 db9603bef9afc23b7c6df2483cf2295cd3ff34ab transient--get-pre-command: Change argument order 3: 2020-06-21 248862c Add experimental support for semantic coloring
- Loading branch information