Skip to content

Commit

Permalink
New try
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Sep 17, 2023
1 parent 90fa02f commit 95ce251
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions evil-collection.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))))))

Expand Down Expand Up @@ -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))))))

Expand Down

0 comments on commit 95ce251

Please sign in to comment.