From 27f961f0dceb7fd74fc49d84b8a429644cf2eb21 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 20 Jul 2024 20:43:20 +0200 Subject: [PATCH] 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. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 85e9390..81c0417 100644 --- a/init.el +++ b/init.el @@ -3114,7 +3114,6 @@ eventuelly be set to nil, however)." ;; Explicitly require helm, because autoloading is difficult with helm's ;; separate `helm-command-prefix-key' mechanism. (require 'helm) - (bind-key "M-y" #'helm-show-kill-ring) (bind-key helm-command-prefix-key #'helm-command-prefix)) (when (package-installed-p 'crux)