Skip to content

Commit

Permalink
consult-mark: change completion category to 'line
Browse files Browse the repository at this point in the history
See #29
  • Loading branch information
minad committed Dec 9, 2020
1 parent f14253c commit c6389c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consult.el
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ The alist contains (string . position) pairs."
(consult--goto
(save-excursion
(consult--read "Go to mark: " (consult--with-increased-gc (consult--mark-candidates))
:category 'mark
:category 'line
:sort nil
:require-match t
:lookup (lambda (candidates x) (cdr (assoc x candidates)))
Expand Down

0 comments on commit c6389c5

Please sign in to comment.