Omar Antolín Camarena

Results 379 comments of Omar Antolín Camarena

I'd love to have this working, but I never was able to figure it out myself. I don't use which-key so I also didn't spend a ton of time on...

In the meantime, might I suggest trying `embark-minimal-indicator` and if you need a reminder of the key bindings, pressing `embark-help-key` (`C-h` by default)? I find that much more convenient that...

I'm glad you liked that suggestion. It's also related to what I use instead of which-key generally: ```elisp (setq prefix-help-command #'embark-prefix-help-command) ``` With that configuration pressing `C-h` after a prefix...

Wow, thanks for figuring it out! I was scratching my head about this. I'll try to make the code work under remapping, but no promises.

It doesn't get in the way of people who don't use the context menu, so I'm all for it. Let me test it a bit and i'll get back to...

I've finally gotten around to testing this, and I like it. Putting the actions in the menu always felt very overwhelming to me. This is a nice compromise. And I'd...

Good question! This sounds like something I might also want to do. Embark currently doesn't have anything for this. I think it would be easy to add a target finder...

GNUS has it's own suite of commands to act on attachments: the `gnus-mime-*` commands. You can open an attachment in a buffer, save it to a file, pipe it through...

I second @minad's request for an easy test case.

I thought embark had some fancy footwork with default-directory to avoid this problem. I'll look into it. I have a vague recollection of testing this with project.el, maybe projectile does...