Daniel Mendler

Results 795 comments of Daniel Mendler

I guess it makes some sense. But still - the design around this-command feels fundamentally flawed.

I've implemented a more efficient `consult-line-multi` command and added the `consult--dynamic-collection` helper. We can now implement an efficient `consult-info` based on that. See https://github.com/minad/consult/commit/1247248ff023c970591ec2a99655132e2a81ee45.

I started a draft for a consult-info command in https://github.com/minad/consult/pull/727. It needs a bit more polishing, but not much. If you are interested, please give it a try.

I think this action is useful for any major mode. You can use org links as global links in the style of Hyperbole via org-global-open-at-point.

The website is accessible again at https://slim-template.github.io

The links should be fixed now. There are some more things which may need updates. I will go over it again in the future.

Not sure if I understand this issue correctly, but if you want a local keymap for a command you can use `minibuffer-with-setup-hook` and create a new local map, composed with...

@oantolin The function `helm-org-ql-save` seems more like a normal command which can be bound in the `minibuffer-local-map` and not something necessarily related to Embark? This could be implemented via `minibuffer-setup-hook`...