fix(nativation/helm): resolve helm loading issue after update

This commit is contained in:
2022-02-09 00:35:39 +00:00
parent ecddb8db36
commit 1a41eea77e

View File

@@ -19,6 +19,10 @@
:custom
(helm-command-prefix-key "C-c h"))
(use-package helm-core
:after helm-global-bindings
:defer t)
(use-package helm
:after (helm-global-bindings)
:defer t
@@ -167,7 +171,6 @@
("C-c f f" . helm-for-files)
("C-c f r" . helm-recentf))
(use-package helm-ring
:straight helm
:after (helm-global-bindings)