From 6624c396820c34164ba7388ba954f521757f5fc5 Mon Sep 17 00:00:00 2001 From: StrawberryTea Date: Wed, 18 Oct 2023 15:31:53 -0500 Subject: [PATCH] fix: set doom/leader for backwards compatibility --- lisp/doom-keybinds.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/doom-keybinds.el b/lisp/doom-keybinds.el index 82f32e9cb..0ab7b5c5e 100644 --- a/lisp/doom-keybinds.el +++ b/lisp/doom-keybinds.el @@ -240,6 +240,7 @@ localleader prefix." (define-key doom-leader-map [override-state] 'all) (define-prefix-command 'doom-leader-map) (define-prefix-command 'doom-localleader-map) +(fset 'doom/leader doom-leader-map) ; For backwards compatibility. (add-hook! '(after-change-major-mode-hook doom-switch-buffer-hook