Skip to content

M-x consult-locate search results won't open following dired-open package config #1177

Discussion options

You must be logged in to vote

You could try writing your own command like this:

(defun my-consult-locate (&optional initial)
  (interactive)
  (my-dired-open-function (consult--find "Locate: " #'consult--locate-builder initial)))

I hope this helps!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tinglycraniumplacidly
Comment options

Answer selected by tinglycraniumplacidly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1176 on February 03, 2025 22:18.