summaryrefslogtreecommitdiff
path: root/modes/consult
AgeCommit message (Collapse)Author
2025-11-30consult: No consult--fontify-allcondy
2024-08-14consult: Mark consult-org-agenda as evil jumpscondy
2023-07-25consult: Use consult--line-with-markcondy
2023-02-14consult: Fix evil-collection-consult-mark (#706)northgaard
Breaking change to consult--location candidate was introduced with consult 4be224fb1cfa9b983dca84408720a71d112b1e2c. Fixes #703.
2022-07-12consult, imenu: Declare some navigation commands to be non-repeatable (#653)Brian Leung
It does not make sense to repeat these commands via evil-repeat. (It also doesn't work) We typically use evil-repeat for commands that change the buffer contents.
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2021-12-07consult: implement jump-list commandSebastian Arlund Nørgaard
2021-12-07consult: remove unnecessary use of adviceSebastian Arlund Nørgaard
Since the advice is only added for the duration of a function call we can simply let-bind the overridden function instead.
2021-10-01consult: drop the redundant requirescondy
All functions are autoloaded. Fix #539
2021-07-21consult: add :jump command property to consult-org-headingBrian Leung
2021-07-21consult: add :jump command property to consult-imenuBrian Leung
2021-07-07fix default mark-ring for evil-collection-consult-marktpeacock19
2021-07-06update evil-collection-consult--mark-candidates for upstream changeTrey Peacock
2021-05-18update evil-collection-consult--mark-candidatestpeacock19
2021-02-01internal function & mark ring fixTrey Peacock
corrected global marker check in mark ring
2021-01-31consult-evil-markTrey Peacock
Jump to evil markers in current buffer
2021-01-01consult: remove support for now-deleted commandsBrian Leung
2020-12-06consult: Add evil bindingsBrian Leung