summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-02Merge pull request #804 from minad/compat-31externals/embarkOmar Antolín Camarena
Use Compat 31
2026-05-02Use Compat 31Daniel Mendler
compat-31.0.0.0 is available since 2026-May-02 https://elpa.gnu.org/packages/compat.html
2026-05-02Version bump for embark-consultOmar Antolín
2026-04-04Version 1.2Omar Antolín
2026-04-04Merge pull request #785 from ultronozm/feat/minibuffer-historyOmar Antolín Camarena
Add option to record Embark targets in minibuffer history
2026-04-04Minor correction to embark-target-injection-hooks's docstringOmar Antolín
2026-04-03Busywork: star all the if-let and when-let...Omar Antolín
OK, if-let* and when-let* really are better names, and they do have a more regular syntax, but I still bristle at being forced to update my if-let and when-let calls! 😅
2026-03-30Extend org-refile heading support to other filesOmar Antolín
The previous version only worked for headings in the current file.
2026-03-30Support org-goto and org-refile as sources of heading targets (fix #795)Omar Antolín
This change on its own does not mean org-goto and org-refile will be consider to give heading targets, they still would need to report the org-heading completion category. For now, I am recommending that be done through marginalia.
2026-03-30Add support for consult-fd; fix #801Omar Antolín
2026-02-23Let next-error pickup an exported occur buffer (fix #794)Omar Antolin Camarena
2026-02-21Bind nato-region in embark-encode-map (fix #735)Omar Antolín
Thanks to @hmelman for the suggestion!
2026-02-18Merge pull request #788 from minad/completion-updateOmar Antolín Camarena
Completion update
2026-02-10Fix occur export (Fix #791)Daniel Mendler
2026-01-29embark-consult: Update commentaryDaniel Mendler
2026-01-27README: Set authorDaniel Mendler
2026-01-27Regen texiDaniel Mendler
2026-01-27Update readmeDaniel Mendler
2026-01-12Update copyright yearsDaniel Mendler
2026-01-12Bump Emacs dependencyDaniel Mendler
Consult and other packages also require Emacs 29.1. Emacs 29.1 is widely available, e.g., on Debian stable.
2026-01-12Bump Consult dependencyDaniel Mendler
2025-12-29Update comment - we don't have to wait for version 3131Daniel Mendler
2025-12-29Check minibuffer-visible-completionsDaniel Mendler
2025-12-23Add option to record Embark targets in minibuffer historyPaul Nelson
Addresses #712. * embark.el (embark-record-minibuffer-history): New user option to control when acted-on minibuffer candidates are recorded in the minibuffer history. Defaults to skipping certain actions, such as export, collect, and become. (embark--record-history-p, embark--record-target-in-history): New helper functions. (embark--act): Use them to record target in history. * README.org (Advanced configuration): * embark.texi (Advanced configuration): Document the new option.
2025-12-23Reorder target findersDaniel Mendler
The completion list candidate takes precendence if there is one. Only if no candidate has been selected, take the top minibuffer candidate.
2025-12-23Rework default completion target and collectorDaniel Mendler
Introduce embark--with-completion-list-buffer which switches to an active completions buffer if there is one tied to the current minibuffer.
2025-12-23Add todo comment regarding new utility functionDaniel Mendler
2025-12-23embark-consult: Register consult--default-completion-list-preview-setupDaniel Mendler
This replaces consult-preview-at-point-mode
2025-11-17Merge pull request #782 from lwf/fix-apropos-exportOmar Antolín Camarena
Fix export of apropos data
2025-11-17Fix export of apropos data.Torbjörn Norinder
The sort override was missing a few arguments. Side-step the whole process by adding varargs.
2025-08-25Merge pull request #773 from minad/project-buffer-categoryOmar Antolín Camarena
Handle new project-buffer category
2025-08-24Handle new project-buffer categoryDaniel Mendler
https://github.com/emacs-mirror/emacs/commit/bb0ede711eb630e3cc4b02316bf76079ce760de6 https://github.com/minad/marginalia/commit/30e6813c8142ef8cb45e6f9bdd23ead1c80b9b2e
2025-08-05Add binding for `org-toggle-heading' for plain org listsOmar Antolín
2025-07-07Merge pull request #766 from minad/prevent-tramp-slowdownOmar Antolín Camarena
Prevent Tramp slowdown in Eldoc functions
2025-07-07Prevent Tramp slowdown in Eldoc functionsDaniel Mendler
Eldoc functions are called when moving point around. Some target finders use ffap which call file name handlers. This can lead to unpredictable latencies due to Tramp, which is not acceptable for point movement.
2025-07-03Only apply shell-quoting to file namesOmar Antolín
I often want to run a command given in some documentation and the automatic shell quoting gets in the way! For files, it's great of course.
2025-07-02Merge pull request #765 from minad/uniquify-orig-bufferOmar Antolín Camarena
Add `embark--uniquify-orig-buffer`
2025-07-02Add `embark--uniquify-orig-buffer`Daniel Mendler
See emacs-mirror/emacs/commit/76877a6b08492c555744cfebda3224df91dec82a.
2025-06-22Merge pull request #764 from minad/unify-file-handlingOmar Antolín Camarena
Introduce `embark--as-file` to inject targets as file paths
2025-06-21Merge pull request #763 from minad/fix-grep-exportOmar Antolín Camarena
embark-consult--export-grep: Call compilation--ensure-parse
2025-06-21Merge pull request #758 from minad/context-menuOmar Antolín Camarena
Add embark-context-menu
2025-06-20Move embark-dired-jump to jDaniel Mendler
2025-06-20Introduce `embark--as-file` to inject targets as file pathsDaniel Mendler
- Introduce `embark--as-file` and `embark--associated-file` to inject targets as file paths. - Bind "/", "x" and "$" uniformly to `embark-dired-jump`, `embark-open-externally` and `eshell` respectively.
2025-06-10Add a note about wgrep, only initialize variables if neededDaniel Mendler
2025-06-10embark-consult--export-grep: Call compilation--ensure-parseDaniel Mendler
Fix #762
2025-06-03Basic minibuffer context menu supportDaniel Mendler
2025-06-03Add :keys to menu-itemDaniel Mendler
2025-06-03Add embark-context-menuDaniel Mendler
(context-menu-mode 1) (add-hook 'context-menu-functions #'embark-context-menu 100)
2025-05-30Merge pull request #757 from minad/buffer-at-pointOmar Antolín Camarena
Add embark-target-buffer-at-point
2025-05-28Add embark-target-buffer-at-pointDaniel Mendler
Works in ibuffer-mode and Buffer-menu-mode. As discussed in #753