mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Use doom-which-key-leader-prefix-regexp
Curse your sudden but inevitable betrayal, impatience.
This commit is contained in:
@ -159,7 +159,7 @@ If any hook returns non-nil, all hooks after it are ignored.")
|
||||
"\\`"
|
||||
;; Modification begin
|
||||
(if (memq 'doom-leader-map keymaps)
|
||||
(concat "\\`" doom--which-key-leader-regexp " ")))
|
||||
(concat "\\`" doom-which-key-leader-prefix-regexp " ")))
|
||||
;; Modification end
|
||||
(regexp-quote key)
|
||||
"\\'"))
|
||||
|
Reference in New Issue
Block a user