| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-02 | Merge pull request #804 from minad/compat-31externals/embark | Omar Antolín Camarena | |
| Use Compat 31 | |||
| 2026-05-02 | Use Compat 31 | Daniel Mendler | |
| compat-31.0.0.0 is available since 2026-May-02 https://elpa.gnu.org/packages/compat.html | |||
| 2026-05-02 | Version bump for embark-consult | Omar Antolín | |
| 2026-04-04 | Version 1.2 | Omar Antolín | |
| 2026-04-04 | Merge pull request #785 from ultronozm/feat/minibuffer-history | Omar Antolín Camarena | |
| Add option to record Embark targets in minibuffer history | |||
| 2026-04-04 | Minor correction to embark-target-injection-hooks's docstring | Omar Antolín | |
| 2026-04-03 | Busywork: 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-30 | Extend org-refile heading support to other files | Omar Antolín | |
| The previous version only worked for headings in the current file. | |||
| 2026-03-30 | Support 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-30 | Add support for consult-fd; fix #801 | Omar Antolín | |
| 2026-02-23 | Let next-error pickup an exported occur buffer (fix #794) | Omar Antolin Camarena | |
| 2026-02-21 | Bind nato-region in embark-encode-map (fix #735) | Omar Antolín | |
| Thanks to @hmelman for the suggestion! | |||
| 2026-02-18 | Merge pull request #788 from minad/completion-update | Omar Antolín Camarena | |
| Completion update | |||
| 2026-02-10 | Fix occur export (Fix #791) | Daniel Mendler | |
| 2026-01-29 | embark-consult: Update commentary | Daniel Mendler | |
| 2026-01-27 | README: Set author | Daniel Mendler | |
| 2026-01-27 | Regen texi | Daniel Mendler | |
| 2026-01-27 | Update readme | Daniel Mendler | |
| 2026-01-12 | Update copyright years | Daniel Mendler | |
| 2026-01-12 | Bump Emacs dependency | Daniel Mendler | |
| Consult and other packages also require Emacs 29.1. Emacs 29.1 is widely available, e.g., on Debian stable. | |||
| 2026-01-12 | Bump Consult dependency | Daniel Mendler | |
| 2025-12-29 | Update comment - we don't have to wait for version 3131 | Daniel Mendler | |
| 2025-12-29 | Check minibuffer-visible-completions | Daniel Mendler | |
| 2025-12-23 | Add option to record Embark targets in minibuffer history | Paul 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-23 | Reorder target finders | Daniel 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-23 | Rework default completion target and collector | Daniel 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-23 | Add todo comment regarding new utility function | Daniel Mendler | |
| 2025-12-23 | embark-consult: Register consult--default-completion-list-preview-setup | Daniel Mendler | |
| This replaces consult-preview-at-point-mode | |||
| 2025-11-17 | Merge pull request #782 from lwf/fix-apropos-export | Omar Antolín Camarena | |
| Fix export of apropos data | |||
| 2025-11-17 | Fix 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-25 | Merge pull request #773 from minad/project-buffer-category | Omar Antolín Camarena | |
| Handle new project-buffer category | |||
| 2025-08-24 | Handle new project-buffer category | Daniel Mendler | |
| https://github.com/emacs-mirror/emacs/commit/bb0ede711eb630e3cc4b02316bf76079ce760de6 https://github.com/minad/marginalia/commit/30e6813c8142ef8cb45e6f9bdd23ead1c80b9b2e | |||
| 2025-08-05 | Add binding for `org-toggle-heading' for plain org lists | Omar Antolín | |
| 2025-07-07 | Merge pull request #766 from minad/prevent-tramp-slowdown | Omar Antolín Camarena | |
| Prevent Tramp slowdown in Eldoc functions | |||
| 2025-07-07 | Prevent Tramp slowdown in Eldoc functions | Daniel 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-03 | Only apply shell-quoting to file names | Omar 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-02 | Merge pull request #765 from minad/uniquify-orig-buffer | Omar Antolín Camarena | |
| Add `embark--uniquify-orig-buffer` | |||
| 2025-07-02 | Add `embark--uniquify-orig-buffer` | Daniel Mendler | |
| See emacs-mirror/emacs/commit/76877a6b08492c555744cfebda3224df91dec82a. | |||
| 2025-06-22 | Merge pull request #764 from minad/unify-file-handling | Omar Antolín Camarena | |
| Introduce `embark--as-file` to inject targets as file paths | |||
| 2025-06-21 | Merge pull request #763 from minad/fix-grep-export | Omar Antolín Camarena | |
| embark-consult--export-grep: Call compilation--ensure-parse | |||
| 2025-06-21 | Merge pull request #758 from minad/context-menu | Omar Antolín Camarena | |
| Add embark-context-menu | |||
| 2025-06-20 | Move embark-dired-jump to j | Daniel Mendler | |
| 2025-06-20 | Introduce `embark--as-file` to inject targets as file paths | Daniel 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-10 | Add a note about wgrep, only initialize variables if needed | Daniel Mendler | |
| 2025-06-10 | embark-consult--export-grep: Call compilation--ensure-parse | Daniel Mendler | |
| Fix #762 | |||
| 2025-06-03 | Basic minibuffer context menu support | Daniel Mendler | |
| 2025-06-03 | Add :keys to menu-item | Daniel Mendler | |
| 2025-06-03 | Add embark-context-menu | Daniel Mendler | |
| (context-menu-mode 1) (add-hook 'context-menu-functions #'embark-context-menu 100) | |||
| 2025-05-30 | Merge pull request #757 from minad/buffer-at-point | Omar Antolín Camarena | |
| Add embark-target-buffer-at-point | |||
| 2025-05-28 | Add embark-target-buffer-at-point | Daniel Mendler | |
| Works in ibuffer-mode and Buffer-menu-mode. As discussed in #753 | |||
