embark icon indicating copy to clipboard operation
embark copied to clipboard

Emacs Mini-Buffer Actions Rooted in Keymaps

Results 112 embark issues
Sort by recently updated
recently updated
newest added

When I embark-act on some keywords in my `.emacs` (like the commonly used use-package keyword `:custom`), very oddly the first target type is the file `custom.el.gz`. This is _not_ the...

Hello, I noticed that embark didn't act on files in `image-dired`. In this PR, I have extended the file target finder to make it behave as in `dired-mode`. Please feel...

The basic idea is that I could call some embark action during any call to `read-file-name`, be presented with a list of possible alternatives (some of which I might have...

Assume you narrow files inside directory ~/.emacs.d, and export the completion candidates to embark, embark will create a dired buffer(using dired-noselect) to display them. The problem is, dired will reuse...

There are several oddities when using vertico with embark-export for dired. I don't know if these are embark, vertico, or emacs issues /cc @minad 1. If you quit an export,...

I have some bookmarks pointing to directories. I would like to use `compile` and `async-shell-command` on them but only after changing the `default-directory` to the bookmarked directory. Also, the bookmark...

Hi, I would like users of my [mpdel package](https://gitea.petton.fr/mpdel/mpdel/) to be able to use embark to get contextual menu actions on music artists, albums and songs. I would like to...

`embark--cd` and `embark--narrow-to-target` have a very similar and, in my opinion, complex implementations. I think these implementations are complex because the code is trying to implement the concept of "around"...

I decided to write an embark-org package because I imagine many people have had to resort to writing their own target finders and action keymaps, so it's probably worth having...

Hi, thanks for this great package. :-) I just noticed when `embark-act` is aborted with `C-g` after an `embark-cycle` it splits the window. I believe, this is unintended as it...