Update consult-yank function name

This commit is contained in:
Jeremy Dormitzer 2022-02-20 10:34:41 -05:00
parent be797826ec
commit 36efeb179c

View File

@ -129,7 +129,7 @@ targets."
([remap imenu] #'consult-imenu)
([remap projectile-ripgrep] #'consult-ripgrep)
([remap projectile-grep] #'consult-grep)
("C-c p" #'consult-yank))
("C-c p" #'consult-yank-from-kill-ring))
(use-package consult-flycheck
:after flycheck