diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 0664af462..3a05435df 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -30,7 +30,7 @@ This needs to be changed from $DOOMDIR/init.el.") (defvar doom-leader-map (make-sparse-keymap) "An overriding keymap for keys.") -(defvar doom--which-key-leader-regexp nil) +(defvar doom-which-key-leader-prefix-regexp nil) ;;