Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Use manual rather than automatic previews with affe-grep
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed May 27, 2021
1 parent 2e24253 commit fae9938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-minibuffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(global-set-key [remap goto-line] 'consult-goto-line)

(with-eval-after-load 'consult
(dolist (cmd '(consult-ripgrep sanityinc/affe-grep-at-point))
(dolist (cmd '(consult-ripgrep affe-grep sanityinc/affe-grep-at-point))
(add-to-list 'consult-config
`(,cmd :preview-key ,(kbd "M-P")))))

Expand Down

0 comments on commit fae9938

Please sign in to comment.