Skip to content

Commit

Permalink
rde: emacs-completion: Adjust keybinding to latest consult version.
Browse files Browse the repository at this point in the history
  • Loading branch information
conses committed Feb 15, 2023
1 parent 1a56e33 commit decdfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rde/features/emacs-xyz.scm
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ relative line numbers, when narrowing is active."
(concat ,(file-append ripgrep "/bin/rg")
" --null --line-buffered --color=never --max-columns=1000 \
--path-separator / --smart-case --no-heading --line-number ."))
(consult-customize consult-buffer :preview-key (kbd "M-."))
(consult-customize consult-buffer :preview-key "M-.")
(consult-customize consult-history :category 'consult-history)
(consult-customize consult-line :inherit-input-method t))

Expand Down

0 comments on commit decdfe7

Please sign in to comment.