Daniel Mendler
Daniel Mendler
Command wishlist
### todo/open for discussion * [ ] transient menu for `consult-ripgrep/grep/...` (See #170 for a prototype, #238) * [ ] `consult-kill-lines` and `consult-copy-lines` variants of `kill/copy-matching-lines` in the style of...
which-key still shows "RET +encoding" for the following configuration: ~~~ elisp (add-to-list 'which-key-replacement-alist '(("RET") . ("⏎"))) (which-key-add-keymap-based-replacements ctl-x-map "RET" "encoding" ...) ~~~
Show the the index of the current spelling error and the total number of errors (`current/total`) in the prompt of the completing-read/ivy/ido/helm interface.
When completing file names and entering "~", you will see the user directories. Exporting/collecting the directories fails, but actions seem to work.
Dired puts a `dired-marker-char` in front of marked files. Ibuffer does the same. Maybe we should also add such an indicator to Embark Collect?
In `consult-mark` I am using a background face to visualize the point position. The background is overwritten by the zebra overlay since overlays win over text properties. Any ideas how...
Instead of registering the collectors in the `embark-candidate-collectors` list one may want to override them locally. This allows us to write top-level commands for the live updating TOC. Unfortunately this...
This would complicate the internals though, since for multiple targets we would want nested submenus instead of cycling. ~~~ elisp (x-popup-menu (list '(0 0) (selected-window)) '("Embark" ("Actions" ("Action1" . act1)...
Maybe it is possible to restore them afterwards? This would help if one uses the Emacs 28 repeat-mode. cc @karthink @zetagon
See https://github.com/oantolin/emacs-config/commit/52194c62b2e60deda5ceba512054d05708f3d304#commitcomment-63160366