Omar Antolín Camarena
Omar Antolín Camarena
That's really weird, @clemera. embark-completing-read-prompter just calls completing-read as it did before, I don't see why this change would make any difference in prescient.
Ah, I thought that was always a fresh string. I'll copy it before adding the display attributes.
Oh, I used `concat` instead. But I think it should work too? 3ccb9c2721f9bee854fe50be50d9724953bc5556
> This also fixes the other issue, apparently the cached string with the display property was then also later reused when using `M-x` which would display `embark-insert` (or other candidates...
Added an exporter for bookmarks. e361607d448243b1a5c6b6eac71627e7636fdabc
Over on minad/consult#210, @hmelman suggested a `dired-jump` action for the file action map.
I'm not sure there's much advantage in having a flyspell error target, @sheijk, what action other than `ispell-word` would make sense for it? If that's the only one, it's better...
> but couldn't embark be configure to just run the action when there's only one? (maybe that's already the case) There is never only one possible action, @jaor. You can...
But your point about learning one fewer keybinding is a good point, @joar, because embark can remind you of the keybinding.
@jaor The current convention is that you bind the "default default action" to `RET` in your type's keymap. The actual default action is given in order of priority by: -...