| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-06 | corfu: bind up/down in insert state | StrawberryTea | |
| Corfu already binds up/down in emacs state, but not in insert state. Normally this is not a problem, but when using corfu in comint-mode like with chatgpt-shell, up/down moves in the history instead of moving in the corfu completions. | |||
| 2024-03-06 | cider: forward declare cider-use-xref | condy | |
| 2024-03-06 | CIDER: Only use cider-find-var when cider-use-xref is nil | Cássio Ávila | |
| Closes: #776 | |||
| 2024-03-06 | evil-collection-elpaca-setup: update -> merge | asymmetric | |
| [This upstream commit](https://github.com/progfolio/elpaca/commit/039ae35a573af904e425b95e1cf0401e3f43537b) has renamed the `-update` commands to `-merge`. | |||
| 2024-02-24 | vterm: Visual consistency for append | Miguel | |
| evil-collection-vterm-append doesn't work, and evil-collection-vterm-append-line doesn't correctly display where the cursor is located. This fixes both issues. | |||
| 2024-02-24 | Fix corfu-scroll-up/-down being inverted | Ghosty | |
| Corfu uses the emacs definition of scroll-up (moving the text down) which is inverted to what vim uses. | |||
| 2024-02-05 | vterm: implement replace | Steven Allen | |
| Implements evil's "replace" operator ("r") for vterm. | |||
| 2024-01-18 | mu4e: Remove superfluous quotes | hokomo | |
| 2024-01-05 | Add bindings for new vundo diff operations. | Felix Dick | |
| 2024-01-05 | Fix typo | Gongqi Huang | |
| 2024-01-03 | Fix `corfu--teardown` signature (backward compatible) | Abdelhak Bougouffa | |
| A new commit in `corfu` changes the signature of `corfu--teardown`, this PR fixes that. ## Ref https://github.com/emacs-evil/evil-collection/pull/767#issuecomment-1875366132 | |||
| 2023-12-25 | Fix the new `corfu--setup` signature (backward compatible) | Abdelhak Bougouffa | |
| 2023-12-19 | fix bufler RET keybind | Vonfry | |
| 2023-12-17 | refactor(cider): match cider-debug.el command order | Samuel Tschiedel | |
| Since it's already not intentionally ordered (e.g alphabetical), matching upstream's order helps when eyeballing additions. | |||
| 2023-12-17 | feat(cider): add force-out, inspect-prompt, trace | Samuel Tschiedel | |
| Matches cider's existing keybindings on `cider--debug-mode-map` | |||
| 2023-12-16 | magit, forge: Enable lexical-binding | condy | |
| 2023-12-16 | bufler: init | Vonfry | |
| 2023-10-19 | mu4e: add mu4e-headers-toggle-property | Liam Hupfer | |
| mu4e-headers-toggle-property replaced the following three toggle commands (which are now aliases for the new command) in v1.9.5. It provides its own menu with a key binding for each property, so bind it to a one-key binding. The obsolete command bindings are not removed because mu4e is typically installed with mu via the system package manager and is therefore harder to upgrade than a typical Emacs package. mu4e-headers-toggle-property was also renamed to mu4e-search-toggle-property in 1.9.11, but the old name (which remains as an alias) is preferred for the same reason. | |||
| 2023-10-06 | diff-hl: fix name incompatible (#758) | JiaweiChenC | |
| * fix name incompatible * add S to stage current hunk | |||
| 2023-10-02 | helm: replace helm-moccur-* with helm-occur-*, add support for ↵ | vhqr0 | |
| helm-occur-mode/helm-grep-mode | |||
| 2023-09-14 | Normalize keymaps when eglot hook runs (#744) | James Nguyen | |
| 2023-09-04 | all continue-all in cider-debug mode | bo-tato | |
| 2023-08-28 | ement: add directory-mode bindings, forget/leave room-list bindings | Nicholas Vollmer | |
| 2023-08-28 | beginend: declare functions | condy | |
| 2023-08-08 | removes non-existing commands | Ag Ibragimov | |
| it removes non-existing (possibly deprecated) commands and fixes the keybinding for `embark-select` - toggle candidate selection in embark-collect buffer | |||
| 2023-07-25 | consult: Use consult--line-with-mark | condy | |
| 2023-07-25 | mu4e: add support for visual actions in header view | Nicolas Wavrant | |
| 2023-07-25 | Set local-buffer value for evil-shift-width | Frédéric Giquel | |
| 2023-07-02 | evil-collection-elpaca-setup: update command name | Nicholas Vollmer | |
| elpaca-ui-mark-install has been replaced upstream by elpaca-ui-mark-try. | |||
| 2023-06-15 | mu4e: fix mu4e--main-toggle-main-sending-mode function name | Adam Maleszka | |
| 2023-06-14 | Fix typo in ement.el | David Wilson | |
| I noticed this typo in the new ement.el module just after it got merged. | |||
| 2023-06-14 | Add ement | Nicholas Vollmer | |
| 2023-06-14 | docker: add 'docker-context-*' bindings (#735) | edgar-vincent | |
| * evil-collection-docker.el: add 'docker-context-*' bindings * evil-collection-docker.el: adjust 'evil-collection-docker-maps' | |||
| 2023-05-31 | minibuffer: fix typo | vhqr0 | |
| 2023-05-01 | vterm: allow moving the cursor backwards when exiting insert state | Jakub Kadlcik | |
| See #719 | |||
| 2023-05-01 | Update evil-collection-vc-git.el | Diego Alvarez | |
| Add a few commands for the git log view | |||
| 2023-04-30 | mu4e: fix byte-compiler error. | Milan Glacier | |
| 2023-04-30 | mu4e: make `}` and `{` move between threads. | Milan Glacier | |
| 2023-04-30 | mu4e: clean up code. | Milan Glacier | |
| 2023-04-30 | Add compatability with mu4e 1.8. | Milan Glacier | |
| 2023-04-30 | Add docstrings to satisfy checkdoc | Michael Eliachevitch | |
| 2023-04-30 | Adapt evil-collection-mu4e for latest mu4e development version | Tim Cross | |
| Changes taken from Tim Cross <theophilusx@gmail.com> (@theophilusx) in https://github.com/emacs-evil/evil-collection/issues/695#issuecomment-1437577481. | |||
| 2023-04-20 | vertico: fix scroll direction of C-u/C-d | vhqr0 | |
| 2023-03-12 | Declare functions | James Nguyen | |
| 2023-03-12 | Tweak elpaca (#715) | James Nguyen | |
| 2023-03-12 | Use elpaca-ui-visit | James Nguyen | |
| 2023-03-11 | Bind elpaca-ui-visit | James Nguyen | |
| 2023-03-10 | Add R for rename | James Nguyen | |
| 2023-03-09 | Remove pdf workaround (#152) | James Nguyen | |
| 2023-03-09 | Tweak0.0.9 | James Nguyen | |
