From dbff052c8a6381d1c6161f745f35e1e0d3ad3301 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 11 Mar 2019 13:16:51 -0400 Subject: [PATCH] Use doom-which-key-leader-prefix-regexp Curse your sudden but inevitable betrayal, impatience. --- core/core-keybinds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 3a05435df..d9766e049 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -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) "\\'"))