mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(evil): respect users' evil-collection-key-blacklist
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user