fix(evil): respect users' evil-collection-key-blacklist
This commit is contained in:
parent
e16d8b6011
commit
42e5763782
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ and complains if a module is loaded too early (during startup)."
|
||||||
(setq evil-collection-key-blacklist
|
(setq evil-collection-key-blacklist
|
||||||
(append (list doom-leader-key doom-localleader-key
|
(append (list doom-leader-key doom-localleader-key
|
||||||
doom-leader-alt-key)
|
doom-leader-alt-key)
|
||||||
|
evil-collection-key-blacklist
|
||||||
(when (featurep! :tools lookup)
|
(when (featurep! :tools lookup)
|
||||||
'("gd" "gf" "K"))
|
'("gd" "gf" "K"))
|
||||||
(when (featurep! :tools eval)
|
(when (featurep! :tools eval)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue