Stop using helm for yanking

With vertico, using the default `yank-pop` is nice enough.  Furthermore,
yanking with helm does not update the current candidate selection when
in a minibuffer prompt (like for `find-file` or `org-insert-link`),
sometimes leading to confusion.
This commit is contained in:
Daniel Borchmann 2024-07-20 20:43:20 +02:00
parent f110d147fa
commit 27f961f0dc
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -3114,7 +3114,6 @@ eventuelly be set to nil, however)."
;; Explicitly require helm, because autoloading is difficult with helm's ;; Explicitly require helm, because autoloading is difficult with helm's
;; separate `helm-command-prefix-key' mechanism. ;; separate `helm-command-prefix-key' mechanism.
(require 'helm) (require 'helm)
(bind-key "M-y" #'helm-show-kill-ring)
(bind-key helm-command-prefix-key #'helm-command-prefix)) (bind-key helm-command-prefix-key #'helm-command-prefix))
(when (package-installed-p 'crux) (when (package-installed-p 'crux)