From 95ce251b6d2419630c4323207abdf1986eadf250 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Sun, 17 Sep 2023 13:06:37 +0200 Subject: [PATCH] New try --- evil-collection.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/evil-collection.el b/evil-collection.el index 1bb02502..2ee4bad5 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -713,10 +713,10 @@ invocation." (format "evil-collection-translate-key-in-%s" keymap-symbol))))) (evil-with-delay (and (boundp keymap-symbol) (keymapp keymap-symbol)) - `(after-load-functions - t - nil - ,hook-name) + (after-load-functions + t + nil + hook-name) (evil-collection--translate-minor-mode-key state mode-symbol translations destructive))))))) @@ -820,10 +820,10 @@ invocation." (format "evil-collection-translate-key-in-%s" keymap-symbol))))) (evil-with-delay (and (boundp keymap-symbol) (keymapp keymap-symbol)) - `(after-load-functions - t - nil - ,hook-name) + (after-load-functions + t + nil + hook-name) (evil-collection--translate-key state keymap-symbol translations destructive))))))