Omar Antolín Camarena
Omar Antolín Camarena
> `consult-completion-at-point` that performs completion-at-point using completing-read. I use company-mode but sometimes there are so many results that I'd like to narrow them via completing-read. I wrote this function, @tomfitzhenry:...
I sometimes wish ispell used completing-read when prompting you for a spelling correction.
Thanks, @okamsn! I'll be sure to check it out, it looks like there are a bunch of UIs to choose from (I bet I'll land on avy). By the way,...
What about a function to open a file in the default application for it according to the operating system? It would use `open` on Windows and Mac OS, `xdg-open` on...
I am completely fine with that, @minad. But for future reference, can you explain why you think it fits better into an action library? Here's the code from embark (suggestively...
Poor `flimenu`, I booted it from my config immediately. It would be nice that if `consult-imenu` is called from an Emacs Lisp buffer, the candidates were of category `symbol` and...
Oh, this is weird! I can reproduce it, thanks for the recipe. I'll look into it. I think the reason I never noticed this is that I usually kill dired...
I bet I know what it is: the dired buffer is probably reverting itself, and Embark abuses the revert-buffer-function for its "revert-as-rerun" functionality.
I haven't looked at the implementation of `mpdel-minibuffer.el` yet, so I won't comment on that, but as for the configuration issue I agree it's not great to ask your users...
By the way, I'm glad you compose your keymap with `embark-general-map`. The `citar` package does not do this and I often tried to copy a citation key, or to search...