Mickey Petersen

Results 120 comments of Mickey Petersen

Well, it's a list, so you'd have to remove the element from it. You can also change the faces of the colours they use as a simpler workaround.

Perhaps which-key interferes with the proffer ui?

Yes, it is definitely on the cards!

Should be doable. The main skill required here is knowing a bit about concrete syntax trees and how combobulate works with them.

Undocumented, sorry. I am going to document this. Have a look in something like combobulate-python.el.

By the way, make sure you use development branch.

Nice one, @xiongtx -- I don't think I've ever seen this use case before. Can you recommend a fix?

It's a good question, really. Its main purpose originally was as a proof-of-concept to show that Magit's excellent popup system had value outside of Magit itself. Both hydra and now...

You don't have to wrap things inside command substitution: ``` $ apt-cache search python | ezf -f 1 | cat python3-cg3 prov-tools lola acr ``` You can pipe it to...

I don't think that command would ever work. `cd` returns no output. How can you filter on it? ``` $ pwd / $ cd /$(echo "home") $ pwd /home ```...