Skip to content

Commit

Permalink
consult: fix invalid preview key
Browse files Browse the repository at this point in the history
  • Loading branch information
douo committed Feb 16, 2023
1 parent 6595315 commit 4ffd836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
consult-ripgrep consult-git-grep consult-grep
consult-bookmark consult-recent-file consult-xref
consult--source-recent-file consult--source-project-recent-file consult--source-bookmark
:preview-key (kbd "M-."))
:preview-key "M-.")

;; Optionally configure the narrowing key.
;; Both < and C-+ work reasonably well.
Expand Down

0 comments on commit 4ffd836

Please sign in to comment.