fix(evil): respect users' evil-collection-key-blacklist

This commit is contained in:
Dan 2022-02-23 23:49:53 +07:00 committed by GitHub
parent e16d8b6011
commit 42e5763782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,6 +281,7 @@ and complains if a module is loaded too early (during startup)."
(setq evil-collection-key-blacklist
(append (list doom-leader-key doom-localleader-key
doom-leader-alt-key)
evil-collection-key-blacklist
(when (featurep! :tools lookup)
'("gd" "gf" "K"))
(when (featurep! :tools eval)