Commit Graph

16 Commits

Author SHA1 Message Date
condy 286d69de17 consult: Use consult--line-with-mark 2023-07-25 00:31:45 +08:00
northgaard af7d7d7977
consult: Fix evil-collection-consult-mark (#706)
Breaking change to consult--location candidate was introduced with
consult 4be224fb1cfa9b983dca84408720a71d112b1e2c. Fixes #703.
2023-02-14 01:07:20 +08:00
Brian Leung e1eed25979
consult, imenu: Declare some navigation commands to be non-repeatable (#653)
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-07-12 15:44:38 +08:00
James Nguyen d461f459f4 Change package-requires to 26.3
25 was already deprecated a year ago:

https://github.com/emacs-evil/evil-collection/pull/508/files
2022-06-06 20:53:16 -04:00
Sebastian Arlund Nørgaard f13e50462a consult: implement jump-list command 2021-12-07 02:00:29 +08:00
Sebastian Arlund Nørgaard f5cc6d53ec consult: remove unnecessary use of advice
Since the advice is only added for the duration of a function call we
can simply let-bind the overridden function instead.
2021-12-07 02:00:29 +08:00
condy 03d80be41b consult: drop the redundant requires
All functions are autoloaded. Fix #539
2021-10-01 00:22:16 +08:00
Brian Leung 14f1753979 consult: add :jump command property to consult-org-heading 2021-07-21 12:27:05 +08:00
Brian Leung f0b59e5466 consult: add :jump command property to consult-imenu 2021-07-21 12:27:05 +08:00
tpeacock19 d8d8b13c3e fix default mark-ring for evil-collection-consult-mark 2021-07-07 12:05:37 +08:00
Trey Peacock 85dcff8c08 update evil-collection-consult--mark-candidates for upstream change 2021-07-06 01:43:01 +08:00
tpeacock19 d576c49e04 update evil-collection-consult--mark-candidates 2021-05-18 22:24:10 -07:00
Trey Peacock be33708835 internal function & mark ring fix
corrected global marker check in mark ring
2021-02-01 00:03:25 -08:00
Trey Peacock 3dc3c72a49 consult-evil-mark
Jump to evil markers in current buffer
2021-01-31 21:00:05 -08:00
Brian Leung ac18f6cd44 consult: remove support for now-deleted commands 2021-01-01 18:23:25 -08:00
Brian Leung f9ef230569 consult: Add evil bindings 2020-12-06 18:43:33 -08:00