mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(nativation/helm): resolve helm loading issue after update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user