Use doom-which-key-leader-prefix-regexp
Curse your sudden but inevitable betrayal, impatience.
This commit is contained in:
parent
f332ba6111
commit
dbff052c8a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ If any hook returns non-nil, all hooks after it are ignored.")
|
||||||
"\\`"
|
"\\`"
|
||||||
;; Modification begin
|
;; Modification begin
|
||||||
(if (memq 'doom-leader-map keymaps)
|
(if (memq 'doom-leader-map keymaps)
|
||||||
(concat "\\`" doom--which-key-leader-regexp " ")))
|
(concat "\\`" doom-which-key-leader-prefix-regexp " ")))
|
||||||
;; Modification end
|
;; Modification end
|
||||||
(regexp-quote key)
|
(regexp-quote key)
|
||||||
"\\'"))
|
"\\'"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue