Remove redundant package declaration for helm-ring

This package is loaded in the main helm declaration, no need to mention
it separately.
This commit is contained in:
Daniel - 2024-03-09 14:09:38 +01:00
parent 8150725233
commit 7a2410642f
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 4 deletions

View File

@ -2100,7 +2100,8 @@ Note that this workaround is incomplete, as explained in this comment."
:autoload (helm-execute-persistent-action
helm-select-action
helm-make-source)
:defines (helm-source-bookmarks) ; via helm-bookmarks.el
:commands (helm-show-kill-ring)
:defines (helm-source-bookmarks) ; via helm-bookmarks.el
:init (setq helm-command-prefix-key "C-c h" ; see `db/run-init' for explicit binding
helm-input-idle-delay 0.0
helm-buffers-fuzzy-matching t
@ -2140,9 +2141,6 @@ Note that this workaround is incomplete, as explained in this comment."
(bind-key "C-i" #'helm-execute-persistent-action helm-map)
(bind-key "C-z" #'helm-select-action helm-map)))
(use-package helm-ring
:commands (helm-show-kill-ring))
(use-package ivy
:commands (ivy-mode)
:diminish ivy-mode